import { type Position } from '@vueuse/core'; declare function setPosition(opt: Position): void; declare function withoutAutoClose(callback: VoidFunction): void; declare const _default: __VLS_WithTemplateSlots; required: true; }; initialValue: { type: import("vue").PropType; }; }, { setPosition: typeof setPosition; withoutAutoClose: typeof withoutAutoClose; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { 'update:visible': (value: boolean) => void; close: () => void; }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly; required: true; }; initialValue: { type: import("vue").PropType; }; }>> & { onClose?: (() => any) | undefined; "onUpdate:visible"?: ((value: boolean) => any) | undefined; }, {}, {}>, { reference?(_: {}): any; default?(_: {}): any; }>; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };