/// import { BaseGridProps } from './BaseGrid'; export declare type GridProps = Omit; export default function Grid(props: GridProps): JSX.Element; //# sourceMappingURL=Grid.d.ts.map