export declare function useFormattedNumber(value: number | undefined, formatter?: string): string;