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