export declare const useModal: () => { isShowing: boolean; toggle: () => void; };