import { ExtractPropTypes, PropType } from 'vue'; import { BooleanType } from '../const/types'; import { IconType } from '../icon'; declare const alertProps: { type: { type: PropType<"info" | "success" | "warning" | "error">; default: string; }; closable: BooleanType; showIcon: { type: BooleanType; default: boolean; }; icon: PropType; message: StringConstructor; description: StringConstructor; bordered: BooleanType; onClose: { type: PropType<(e: MouseEvent) => void>; }; }; export type AlertProps = ExtractPropTypes; declare const Alert: import('vue').DefineComponent; default: string; }; closable: BooleanType; showIcon: { type: BooleanType; default: boolean; }; icon: PropType; message: StringConstructor; description: StringConstructor; bordered: BooleanType; onClose: { type: PropType<(e: MouseEvent) => void>; }; }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly; default: string; }; closable: BooleanType; showIcon: { type: BooleanType; default: boolean; }; icon: PropType; message: StringConstructor; description: StringConstructor; bordered: BooleanType; onClose: { type: PropType<(e: MouseEvent) => void>; }; }>> & Readonly<{}>, { type: "error" | "warning" | "success" | "info"; showIcon: boolean | undefined; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; export default Alert;