import { ComputedRef } from 'vue';
export type ApLabelToken = {
    /**
     * 自定义绿色
     */
    apLabelColorCustomGreen: string;
    /**
     * 自定义红色
     */
    apLabelColorCustomRed: string;
    /**
     * 自定义蓝色
     */
    apLabelColorCustomBlue: string;
};
declare const _default: (prefixCls: string) => ComputedRef<string>;
export default _default;
