declare const _default: __VLS_WithTemplateSlots "info" | "success" | "warning" | "error"; default: string; }; iconSize: { type: () => "md" | "sm" | "lg"; default: string; }; testId: { type: StringConstructor; default: string; }; }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly "info" | "success" | "warning" | "error"; default: string; }; iconSize: { type: () => "md" | "sm" | "lg"; default: string; }; testId: { type: StringConstructor; default: string; }; }>>, { type: "info" | "success" | "warning" | "error"; testId: string; iconSize: "md" | "sm" | "lg"; }>, { icon?(_: {}): any; default?(_: {}): any; }>; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };