import React from "react"; interface OverlayPanelProps { imageUrl: string; } declare const OverlayPanel: React.FC; export default OverlayPanel;