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