import React from 'react'; interface OverlayProps { overlayRef: React.RefObject; } export declare const Overlay: React.FC; export {};