export declare function useToggle(initialValue?: boolean): [boolean, () => void];