import * as React from 'react'; declare const GridContainer: React.ForwardRefExoticComponent, HTMLDivElement>, "gap"> & { gap?: (0 | 1 | "0" | "1" | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "24" | 24 | Partial>) | undefined; } & { as?: React.ElementType; }>; type GridProps = React.ComponentProps & { minItemSize?: string; maxItemSize?: string; }; export declare const Grid: { ({ className, style, gap, minItemSize, maxItemSize, ...remainingProps }: GridProps): React.JSX.Element; displayName: string; }; export {};