export declare const useExitIntentModal: (enabled: boolean) => { isVisible: boolean; close: () => void; modalRef: import('react').RefObject; };