import { IAxes } from './legacy/types';
export declare const gridHeight: (props: any) => number;
export declare const yAxisWidth: (axis: IAxes) => number;
export declare const xAxisHeight: (axis: IAxes) => number;
export declare const gridWidth: (props: any) => number;