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