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