export interface ThousandsModifierProps { thousandsSeparator?: string; } export declare const ThousandsModifier: (props: ThousandsModifierProps) => null; //# sourceMappingURL=thousands-modifier.d.ts.map