import React from "react"; type UnsavedChangesNotifierProps = { translationKey?: string; message?: string; }; export declare const UnsavedChangesNotifier: React.FC; export {}; //# sourceMappingURL=unsaved-changes-notifier.d.ts.map