export interface GridPinnedRowsProps { position: 'top' | 'bottom'; } export declare function GridPinnedRows(_: GridPinnedRowsProps): null;