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