/// <reference types="react" />
import { BaseGridProps } from './BaseGrid';
export declare type GridProps = Omit<BaseGridProps, 'GridRowsComponent' | 'GridColumnsComponent'>;
export default function Grid(props: GridProps): JSX.Element;
//# sourceMappingURL=Grid.d.ts.map