import { Type } from "igniteui-react-core"; /** * @hidden */ export interface INumberAbbreviator { abbreviate(a: number, b: (item: any, fromAbbreviator: boolean) => any): string; } /** * @hidden */ export declare let INumberAbbreviator_$type: Type;