export declare const useToggle: (intialState?: boolean) => (boolean | (() => void))[];