export type DropZoneOverlayProps = Readonly<{ title?: string; description?: string; tip?: React.ReactNode; }>; export declare const DropZoneOverlay: ({ title, description, tip }: DropZoneOverlayProps) => import("react").JSX.Element; //# sourceMappingURL=DropZoneOverlay.d.ts.map