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