import { Styles } from './types/chip';
declare const _sfc_main: import("vue").DefineComponent<{
    /**
     * v-model
     *
     * @type {Boolean}
     */
    modelValue: {
        type: BooleanConstructor;
        default: boolean;
    };
    /**
     * 字体颜色
     *
     * @type {String}
     */
    textColor: {
        type: StringConstructor;
    };
    /**
     * 颜色
     *
     * @type {String | Array}
     */
    color: {
        type: (StringConstructor | ArrayConstructor)[];
    };
    /**
     * 是否禁用
     *
     * @type {Boolean}
     */
    disabled: {
        type: BooleanConstructor;
    };
    /**
     * 显示轮廓
     *
     * @type {Boolean}
     */
    outline: {
        type: BooleanConstructor;
    };
    /**
     * 正方形边框
     *
     * @type {Boolean}
     */
    square: {
        type: BooleanConstructor;
    };
    /**
     * 是否可关闭
     *
     * @type {Boolean}
     */
    close: {
        type: BooleanConstructor;
    };
    /**
     * 关闭图标
     *
     * @type {String}
     */
    closeIcon: {
        type: StringConstructor;
        default: string;
    };
    /**
     * 保持其背景颜色，但没有框阴影
     *
     * @type {Boolean}
     */
    depressed: {
        type: BooleanConstructor;
    };
}, {
    prefixCls: string;
    classes: import("vue").ComputedRef<{
        [x: string]: boolean;
        "ivue-chip": boolean;
    }>;
    styles: import("vue").ComputedRef<Styles>;
    handleClose: () => void;
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
    /**
     * v-model
     *
     * @type {Boolean}
     */
    modelValue: {
        type: BooleanConstructor;
        default: boolean;
    };
    /**
     * 字体颜色
     *
     * @type {String}
     */
    textColor: {
        type: StringConstructor;
    };
    /**
     * 颜色
     *
     * @type {String | Array}
     */
    color: {
        type: (StringConstructor | ArrayConstructor)[];
    };
    /**
     * 是否禁用
     *
     * @type {Boolean}
     */
    disabled: {
        type: BooleanConstructor;
    };
    /**
     * 显示轮廓
     *
     * @type {Boolean}
     */
    outline: {
        type: BooleanConstructor;
    };
    /**
     * 正方形边框
     *
     * @type {Boolean}
     */
    square: {
        type: BooleanConstructor;
    };
    /**
     * 是否可关闭
     *
     * @type {Boolean}
     */
    close: {
        type: BooleanConstructor;
    };
    /**
     * 关闭图标
     *
     * @type {String}
     */
    closeIcon: {
        type: StringConstructor;
        default: string;
    };
    /**
     * 保持其背景颜色，但没有框阴影
     *
     * @type {Boolean}
     */
    depressed: {
        type: BooleanConstructor;
    };
}>> & {
    "onUpdate:modelValue"?: (...args: any[]) => any;
}, {
    modelValue: boolean;
    disabled: boolean;
    depressed: boolean;
    outline: boolean;
    close: boolean;
    square: boolean;
    closeIcon: string;
}>;
export default _sfc_main;
