export declare const useToggle: (initialValue?: boolean) => readonly [import("vue").Ref<boolean>, (value?: boolean) => void];
