export declare function useModal(): {
    openModal: (modal: any) => void;
    closeModal: (modal: any) => void;
};
