declare function __VLS_template(): { attrs: Partial<{}>; slots: { default?(_: {}): any; }; refs: {}; rootEl: HTMLSpanElement; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: import('vue').DefineComponent; readonly validator: (value: string) => boolean; readonly default: "default"; }; readonly closable: { readonly type: BooleanConstructor; readonly default: false; }; readonly size: { type: import('vue').PropType<"normal" | "small" | "large">; default: string; validator: (value: "normal" | "small" | "large") => boolean; }; readonly round: { readonly type: BooleanConstructor; readonly default: false; }; readonly effect: { readonly type: import('vue').PropType<"dark" | "light" | "plain">; readonly validator: (value: string) => boolean; readonly default: "light"; }; }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { close: (...args: any[]) => void; }, string, import('vue').PublicProps, Readonly; readonly validator: (value: string) => boolean; readonly default: "default"; }; readonly closable: { readonly type: BooleanConstructor; readonly default: false; }; readonly size: { type: import('vue').PropType<"normal" | "small" | "large">; default: string; validator: (value: "normal" | "small" | "large") => boolean; }; readonly round: { readonly type: BooleanConstructor; readonly default: false; }; readonly effect: { readonly type: import('vue').PropType<"dark" | "light" | "plain">; readonly validator: (value: string) => boolean; readonly default: "light"; }; }>> & Readonly<{ onClose?: ((...args: any[]) => any) | undefined; }>, { readonly round: boolean; readonly size: "normal" | "small" | "large"; readonly type: "default" | "error" | "primary" | "success" | "warning"; readonly effect: "dark" | "light" | "plain"; readonly closable: boolean; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLSpanElement>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };