import { PropType } from 'vue'; import { PropColor, PropIcon, PropSize } from './BxAlert.props'; declare function __VLS_template(): { attrs: Partial<{}>; slots: { default?(_: {}): any; }; refs: {}; rootEl: HTMLDivElement; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: import('vue').DefineComponent; default: PropSize; validator(value: PropSize): boolean; }; color: { type: PropType; default: PropColor; validator(value: PropColor): boolean; }; icon: { type: PropType; default: PropIcon; validator(value: PropIcon): boolean; }; center: { type: BooleanConstructor; default: boolean; }; inline: { type: BooleanConstructor; default: boolean; }; closing: { type: BooleanConstructor; default: boolean; }; }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { close: (...args: any[]) => void; }, string, import('vue').PublicProps, Readonly; default: PropSize; validator(value: PropSize): boolean; }; color: { type: PropType; default: PropColor; validator(value: PropColor): boolean; }; icon: { type: PropType; default: PropIcon; validator(value: PropIcon): boolean; }; center: { type: BooleanConstructor; default: boolean; }; inline: { type: BooleanConstructor; default: boolean; }; closing: { type: BooleanConstructor; default: boolean; }; }>> & Readonly<{ onClose?: ((...args: any[]) => any) | undefined; }>, { title: string; center: boolean; size: PropSize; color: PropColor; icon: PropIcon; inline: boolean; closing: boolean; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };