type FileTooLongNotificationProps = { handleCloseFileTooLongNotificationMessage: () => void; fileName: string; }; export declare const FileTooLongNotification: ({ handleCloseFileTooLongNotificationMessage, fileName, }: FileTooLongNotificationProps) => import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=FileTooLongNotification.d.ts.map