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