export declare function useDisclose(initState?: boolean): { isOpen: boolean; onOpen: () => void; onClose: () => void; onToggle: () => void; };