declare const _default: typeof __VLS_export; export default _default; declare const __VLS_export: __VLS_WithSlots; default: undefined; }; dismissable: { type: BooleanConstructor; default: boolean; }; autoClose: { type: NumberConstructor; default: number; }; closeLabel: { type: StringConstructor; default: string; }; title: { type: StringConstructor; default: undefined; }; content: { type: StringConstructor; default: undefined; }; footer: { type: StringConstructor; default: undefined; }; role: { type: PropType<`${import("../../constants").AlertRole}`>; default: import("../../constants").AlertRole; }; icon: { type: PropType; default: undefined; }; iconPosition: { type: PropType<`${import("../../constants").Position}`>; default: import("../../constants").Position; validation: (value: import("../../constants").Position) => boolean; }; id: (NumberConstructor | StringConstructor)[]; }>, { /** Close the alert */ close: () => void; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; default: undefined; }; dismissable: { type: BooleanConstructor; default: boolean; }; autoClose: { type: NumberConstructor; default: number; }; closeLabel: { type: StringConstructor; default: string; }; title: { type: StringConstructor; default: undefined; }; content: { type: StringConstructor; default: undefined; }; footer: { type: StringConstructor; default: undefined; }; role: { type: PropType<`${import("../../constants").AlertRole}`>; default: import("../../constants").AlertRole; }; icon: { type: PropType; default: undefined; }; iconPosition: { type: PropType<`${import("../../constants").Position}`>; default: import("../../constants").Position; validation: (value: import("../../constants").Position) => boolean; }; id: (NumberConstructor | StringConstructor)[]; }>> & Readonly<{}>, { title: string; icon: string | import("../VvIcon").VvIconProps; content: string; footer: string; modifiers: import("../..").AlertModifier | import("../..").AlertModifier[]; dismissable: boolean; autoClose: number; closeLabel: string; role: "alert" | "alertdialog"; iconPosition: "before" | "after"; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, { header?: (props: {}) => any; } & { 'title::before'?: (props: {}) => any; } & { title?: (props: {}) => any; } & { 'title::after'?: (props: {}) => any; } & { close?: (props: { close: () => void; }) => any; } & { default?: (props: {}) => any; } & { footer?: (props: {}) => any; }>; type __VLS_WithSlots = T & { new (): { $slots: S; }; };