import React from 'react'; export interface InformationLayerProps { className?: string; } export declare const InformationLayer: React.FC;