import { FormatValue } from "../types"; export declare const getFormattedValue: (v: number | null, formatter?: FormatValue) => string;