import { VariantProps } from 'class-variance-authority'; declare const gridVariants: (props?: ({ cols?: 1 | 2 | 12 | 3 | 8 | 10 | 5 | 9 | 4 | 6 | 7 | 11 | null | undefined; gap?: 0 | 1 | 2 | 12 | 16 | 3 | 8 | 10 | 5 | 4 | 6 | null | undefined; flow?: "col" | "row" | "dense" | null | undefined; } & import('class-variance-authority/dist/types').ClassProp) | undefined) => string; export interface GridProps extends React.HTMLAttributes, VariantProps { } export declare const Grid: import('react').ForwardRefExoticComponent>; export {}; //# sourceMappingURL=Grid.d.ts.map