declare const useModalState: () => [boolean, () => void, () => void];
export default useModalState;
