export declare const cubeMeterFormatValue: (v: number) => string; export declare const percentFormatValue: (v: number) => string; export declare const emptyFormatValue: (v: number) => string;