import type { AlertType } from './types'; interface IAlertProps { type?: AlertType; closable?: boolean; icon?: boolean; border?: boolean; } type __VLS_Slots = { 'default': any; 'close-icon': any; 'icon': any; 'title': any; }; declare const __VLS_base: import("vue").DefineComponent any; }, string, import("vue").PublicProps, Readonly & Readonly<{ onClose?: (() => any) | undefined; }>, { type: AlertType; closable: boolean; icon: boolean; border: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };