declare const _default: import("vue").DefineComponent<{
    readonly title: import("code-monkey-ui/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
    readonly description: import("code-monkey-ui/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
    readonly type: import("code-monkey-ui/es/utils").EpPropFinalized<StringConstructor, "success" | "warning" | "error" | "info", unknown, "info", boolean>;
    readonly closable: import("code-monkey-ui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
    readonly closeText: import("code-monkey-ui/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
    readonly showIcon: BooleanConstructor;
    readonly center: BooleanConstructor;
    readonly effect: import("code-monkey-ui/es/utils").EpPropFinalized<StringConstructor, "light" | "dark", unknown, "light", boolean>;
}, {},  unknown,  {},  {},  import("vue").ComponentOptionsMixin,  import("vue").ComponentOptionsMixin,  {
    close: (evt: MouseEvent) => boolean;
},  string,  import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps,  Readonly<import("vue").ExtractPropTypes<{
    readonly title: import("code-monkey-ui/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
    readonly description: import("code-monkey-ui/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
    readonly type: import("code-monkey-ui/es/utils").EpPropFinalized<StringConstructor, "success" | "warning" | "error" | "info", unknown, "info", boolean>;
    readonly closable: import("code-monkey-ui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
    readonly closeText: import("code-monkey-ui/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
    readonly showIcon: BooleanConstructor;
    readonly center: BooleanConstructor;
    readonly effect: import("code-monkey-ui/es/utils").EpPropFinalized<StringConstructor, "light" | "dark", unknown, "light", boolean>;
}>> & {
    onClose?: ((evt: MouseEvent) => any) | undefined;
},  {
    readonly type: import("code-monkey-ui/es/utils").EpPropMergeType<StringConstructor, "success" | "warning" | "error" | "info", unknown>;
    readonly title: string;
    readonly description: string;
    readonly closable: import("code-monkey-ui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
    readonly closeText: string;
    readonly effect: import("code-monkey-ui/es/utils").EpPropMergeType<StringConstructor, "light" | "dark", unknown>;
    readonly showIcon: boolean;
    readonly center: boolean;
}>;
export default _default;
