import type { ExtractPropTypes, __ExtractPublicPropTypes } from 'vue'; export declare const alertEffects: readonly ["light", "dark"]; export declare const alertProps: { readonly showAfter: NumberConstructor; readonly hideAfter: import("@hd-front-end/element-plus/es/utils").EpPropFinalized; readonly autoClose: import("@hd-front-end/element-plus/es/utils").EpPropFinalized; readonly title: import("@hd-front-end/element-plus/es/utils").EpPropFinalized; readonly description: import("@hd-front-end/element-plus/es/utils").EpPropFinalized; readonly type: import("@hd-front-end/element-plus/es/utils").EpPropFinalized; readonly closable: import("@hd-front-end/element-plus/es/utils").EpPropFinalized; readonly closeText: import("@hd-front-end/element-plus/es/utils").EpPropFinalized; readonly showIcon: BooleanConstructor; readonly center: BooleanConstructor; readonly effect: import("@hd-front-end/element-plus/es/utils").EpPropFinalized; }; export type AlertProps = ExtractPropTypes; export type AlertPropsPublic = __ExtractPublicPropTypes; export declare const alertEmits: { open: () => boolean; close: (evt?: Event) => boolean; }; export type AlertEmits = typeof alertEmits;