export declare const formatNumericField: (value: number | string, picture: string) => string;
