import { TypeComponentsMap } from "../../../utils/vue/icon.js"; import "../../../utils/index.js"; import { AlertProps } from "./alert.js"; import * as vue from "vue"; //#region ../../packages/components/alert/src/alert.vue.d.ts declare var __VLS_13: {}, __VLS_20: {}, __VLS_22: {}; type __VLS_Slots = {} & { icon?: (props: typeof __VLS_13) => any; } & { title?: (props: typeof __VLS_20) => any; } & { default?: (props: typeof __VLS_22) => any; }; declare const __VLS_base: vue.DefineComponent void; }, string, vue.PublicProps, Readonly & Readonly<{ onClose?: ((evt: MouseEvent) => any) | undefined; }>, { type: keyof typeof TypeComponentsMap; description: string; title: string; effect: "light" | "dark"; closable: boolean; closeText: string; }, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; type __VLS_WithSlots = T & { new (): { $slots: S; }; }; //#endregion export { _default };