import type { Story } from '@storybook/react'; import type { GridProps } from '../Grid'; import type { CellGroup } from '../types'; export declare const Template: Story; export declare const CELL_GROUPS: CellGroup[]; export declare const MISSING_CELL_GROUPS: CellGroup[]; export declare const RANDOM_CELL_GROUPS: CellGroup[]; //# sourceMappingURL=data.d.ts.map