import { CartesianViewBox, ChartOffset } from './types';
export declare const calculateViewBox: (offset: ChartOffset) => CartesianViewBox;
