export declare const useModalHandler: () => { isVisible: boolean; handleModalActive: () => void; handleModalInactive: () => void; };