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