declare var __VLS_5: {}, __VLS_11: {}, __VLS_13: {}, __VLS_15: {}, __VLS_17: {}, __VLS_19: {}; type __VLS_Slots = {} & { icon?: (props: typeof __VLS_5) => any; } & { title?: (props: typeof __VLS_11) => any; } & { default?: (props: typeof __VLS_13) => any; } & { default?: (props: typeof __VLS_15) => any; } & { action?: (props: typeof __VLS_17) => any; } & { close?: (props: typeof __VLS_19) => any; }; declare const __VLS_component: import("vue").DefineComponent; readonly default: "info"; readonly validator: (val: string) => boolean; }; readonly effect: { readonly type: import("vue").PropType; readonly default: "light"; readonly validator: (val: string) => boolean; }; readonly closable: { readonly type: BooleanConstructor; readonly default: false; }; readonly closeText: { readonly type: StringConstructor; readonly default: ""; }; readonly closeIcon: { readonly type: import("vue").PropType; readonly default: ""; }; readonly showIcon: { readonly type: BooleanConstructor; readonly default: false; }; readonly icon: { readonly type: import("vue").PropType; readonly default: ""; }; readonly center: { readonly type: BooleanConstructor; readonly default: false; }; readonly scrollable: { readonly type: BooleanConstructor; readonly default: false; }; readonly scrollSpeed: { readonly type: NumberConstructor; readonly default: 15; }; readonly pauseOnHover: { readonly type: BooleanConstructor; readonly default: true; }; readonly duration: { readonly type: NumberConstructor; readonly default: 0; }; readonly showProgress: { readonly type: BooleanConstructor; readonly default: false; }; readonly themeOverrides: { readonly type: import("vue").PropType; readonly default: undefined; }; }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any, string, import("vue").PublicProps, any, { readonly icon: string | import("vue").Component; readonly themeOverrides: import("@yh-ui/theme").ComponentThemeVars; readonly type: "info" | "warning" | "error" | "success"; readonly effect: "dark" | "outline" | "light" | "glass"; readonly scrollable: boolean; readonly center: boolean; readonly description: string; readonly title: string; readonly showProgress: boolean; readonly closeIcon: string | import("vue").Component; readonly showIcon: boolean; readonly closable: boolean; readonly closeText: string; readonly scrollSpeed: number; readonly pauseOnHover: boolean; readonly duration: number; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; declare const _default: __VLS_WithSlots; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };