import { DropZoneFullscreenWrapperProps } from "../DropZoneFullscreenWrapper"; export type DropZoneFullscreenProps = Pick & Readonly<{ title?: string; description?: string; tip?: React.ReactNode; }>; export declare const DropZoneFullscreen: ({ showOverlay, className, title, description, tip, onDragEnter, onDragLeave, onDragOver, onDrop, }: DropZoneFullscreenProps) => import("react").JSX.Element; //# sourceMappingURL=DropZoneFullscreen.d.ts.map