type FileDropZoneTitleProps = { className?: string; }; export declare const FileDropZoneTitle: ({ className }: FileDropZoneTitleProps) => import("react/jsx-runtime").JSX.Element; export {};