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<FinancialIndicatorType> {
    static $t: Type;
    constructor(a: number);
    constructor(a: number, b: IEnumerable$1<FinancialIndicatorType>);
    constructor(a: number, ..._rest: any[]);
}
