declare type FunctionUseModalType = () => [boolean, (isShow: boolean) => void]; declare const useModal: FunctionUseModalType; export default useModal;