import { PropType } from 'vue';
import { ElMessageBoxOptions } from '../el';

declare const _default: import('vue').DefineComponent<{
    /** 类型 */
    type: PropType<ElMessageBoxOptions["type"]>;
    /** 图标 */
    icon: PropType<ElMessageBoxOptions["icon"]>;
    /** 标识id */
    boxId: StringConstructor;
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
    boxDestroy: (_boxId?: string) => true;
    boxMounted: (_: {
        boxId?: string;
        doClose?: () => void;
    }) => true;
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
    /** 类型 */
    type: PropType<ElMessageBoxOptions["type"]>;
    /** 图标 */
    icon: PropType<ElMessageBoxOptions["icon"]>;
    /** 标识id */
    boxId: StringConstructor;
}>> & {
    onBoxDestroy?: ((_boxId?: string | undefined) => any) | undefined;
    onBoxMounted?: ((_: {
        boxId?: string;
        doClose?: () => void;
    }) => any) | undefined;
}, {}, {}>;
export default _default;
