export declare const useModal: () => { isOpen: boolean; openModal: () => void; onClose: () => void; };