declare const useModalState: (initOpen?: boolean) => [boolean, (bool?: boolean) => void]; export { useModalState };