export declare function useBoolean(initial?: boolean | (() => boolean)): [boolean, () => void, () => void, () => void];