type InsufficientStorageNotificationProps = { handleCloseInsufficientStorageMessage: () => void; fileName: string; availableSpace: number; }; export declare const InsufficientStorageNotification: ({ handleCloseInsufficientStorageMessage, fileName, availableSpace, }: InsufficientStorageNotificationProps) => import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=InsufficientStorageNotification.d.ts.map