export declare const priceTypes: { label: string; value: string; }[]; export declare const units: { label: string; value: string; }[]; export declare function getPriceTypeLabel(type: string): "最新价格" | "指数价格" | "标记价格" | undefined;