import { PropType } from 'vue';
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
    type: {
        type: PropType<"text" | "dashed" | "outline" | "primary" | "secondary">;
    };
    status: {
        type: PropType<"normal" | "success" | "warning" | "danger">;
    };
    shape: {
        type: PropType<"circle" | "round" | "square">;
    };
    size: {
        type: PropType<"mini" | "small" | "medium" | "large">;
    };
    disabled: {
        type: BooleanConstructor;
    };
}>, {
    prefixCls: string;
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
    type: {
        type: PropType<"text" | "dashed" | "outline" | "primary" | "secondary">;
    };
    status: {
        type: PropType<"normal" | "success" | "warning" | "danger">;
    };
    shape: {
        type: PropType<"circle" | "round" | "square">;
    };
    size: {
        type: PropType<"mini" | "small" | "medium" | "large">;
    };
    disabled: {
        type: BooleanConstructor;
    };
}>> & Readonly<{}>, {
    disabled: boolean;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;
