import React from 'react'; import { GridViewProps } from './GridView.types'; export declare const GridView: React.FC;