import { ComputedRef } from 'vue';
export type ApProductInfoToken = {
    /**
     * 商品信息卡片图片尺寸
     */
    apProductInfoImageSize: number;
    /**
     * 商品信息卡最大宽度
     */
    apProductInfoMaxWidth: number;
};
declare const _default: (prefixCls: string) => ComputedRef<string>;
export default _default;
