import { MaybeRef, Ref } from 'vue'; export declare function useToggle(initialValue: MaybeRef): [Ref, (value?: boolean) => void];