import { MaybeRef } from '@vueuse/shared'; export interface UseDisclosureOptions { initialValue?: MaybeRef; } //# sourceMappingURL=types.d.ts.map