export declare const gridTemplateColumns: (leftAxisMaxWidth?: number | "auto", rightAxisMaxWidth?: number | "auto") => string; export declare const gridTemplateRows: (bottomAxisMaxHeight?: number | "auto", topAxisMaxHeight?: number | "auto", annotationsArea?: number | "auto") => string; export declare const AREAS: { annotations: string; topAxis: string; bottomAxis: string; leftAxis: string; rightAxis: string; leftThreshold: string; rightThreshold: string; topThreshold: string; bottomThreshold: string; }; export declare const gridTemplateAreas: string; //# sourceMappingURL=grid-templates.d.ts.map