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