export declare const useToggle: (initialState?: boolean) => [boolean, () => void];