/**
 * 被注释的单位体系为暂不支持的单位体系，单不排除以后会支持
 */
export declare const units: {
    label: string;
    value: string;
    children: {
        label: string;
        value: string;
    }[];
}[];
