import React from 'react'; export interface GridLayerProps { } export declare const GridLayer: React.FC;