declare function __VLS_template(): { default?(_: {}): any; }; declare const __VLS_component: import('vue').DefineComponent "bottom" | "right"; default: string; }; maskClosable: { type: BooleanConstructor; default: boolean; }; zIndex: { type: NumberConstructor; default: number; }; title: { type: StringConstructor; default: string; }; }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { "update:visible": (...args: any[]) => void; }, string, import('vue').PublicProps, Readonly "bottom" | "right"; default: string; }; maskClosable: { type: BooleanConstructor; default: boolean; }; zIndex: { type: NumberConstructor; default: number; }; title: { type: StringConstructor; default: string; }; }>> & Readonly<{ "onUpdate:visible"?: ((...args: any[]) => any) | undefined; }>, { title: string; visible: boolean; height: string; position: "bottom" | "right"; maskClosable: boolean; zIndex: number; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; declare const _default: __VLS_WithTemplateSlots>; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };