export declare function useToggle(defaultValue?: boolean): [boolean, (...args: any) => void];