export declare const ElAlert: import("../../utils/types").SFCWithInstall; readonly description: import("../../utils/props").BuildPropReturn; readonly type: import("../../utils/props").BuildPropReturn; readonly closable: import("../../utils/props").BuildPropReturn; readonly closeText: import("../../utils/props").BuildPropReturn; readonly showIcon: BooleanConstructor; readonly center: BooleanConstructor; readonly effect: import("../../utils/props").BuildPropReturn; }, { visible: import("vue").Ref; typeClass: import("vue").ComputedRef; iconComponent: import("vue").ComputedRef, {}>>; isBigIcon: import("vue").ComputedRef<"" | "is-big">; isBoldTitle: import("vue").ComputedRef<"" | "is-bold">; close: (evt: MouseEvent) => void; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { close: (evt: MouseEvent) => boolean; }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{ readonly title?: unknown; readonly description?: unknown; readonly type?: unknown; readonly closable?: unknown; readonly closeText?: unknown; readonly showIcon?: unknown; readonly center?: unknown; readonly effect?: unknown; } & { type: import("../../utils/props").BuildPropType; closable: import("../../utils/props").BuildPropType; title: string; center: boolean; description: string; closeText: string; effect: import("../../utils/props").BuildPropType; showIcon: boolean; } & {}> & { onClose?: ((evt: MouseEvent) => any) | undefined; }, { type: import("../../utils/props").BuildPropType; closable: import("../../utils/props").BuildPropType; title: string; center: boolean; description: string; closeText: string; effect: import("../../utils/props").BuildPropType; showIcon: boolean; }>> & Record; export default ElAlert; export * from './src/alert';