export declare const useToggle: (initialState: boolean) => (boolean | { toggle: () => void; turnOn: () => void; turnOff: () => void; })[];