import { ObservableCollection$1 } from "igniteui-react-core"; import { FinancialIndicatorType } from "./FinancialIndicatorType"; import { IEnumerable$1, Type } from "igniteui-react-core"; /** * @hidden */ export declare class FinancialIndicatorTypeCollection extends ObservableCollection$1 { static $t: Type; constructor(a: number); constructor(a: number, b: IEnumerable$1); constructor(a: number, ..._rest: any[]); }