/// import type { LabelFormatter } from '@shopify/polaris-viz-core'; import type { CellGroup, GridAxisOptions } from './types'; export interface GridProps { labelFormatter?: LabelFormatter; cellGroups: CellGroup[]; xAxisOptions?: GridAxisOptions; yAxisOptions?: GridAxisOptions; showGrid?: boolean; theme?: string; } export declare function Grid(props: GridProps): JSX.Element; export declare namespace Grid { var displayName: string; } //# sourceMappingURL=Grid.d.ts.map