import SlFormatNumber from '@shoelace-style/shoelace/dist/components/format-number/format-number'; export declare class FormatNumberBase extends SlFormatNumber { value: number; lang: string; type: 'currency' | 'decimal' | 'percent'; noGrouping: boolean; currency: string; currencyDisplay: 'symbol' | 'narrowSymbol' | 'code' | 'name'; minimumIntegerDigits: number; minimumFractionDigits: number; maximumFractionDigits: number; minimumSignificantDigits: number; maximumSignificantDigits: number; }