export declare function useDiscardConfirm(isModified: () => boolean, onConfirm: () => void): () => void;