import { IgCollection } from "igniteui-react-core";
import { SyncableObservableCollection$2 } from "igniteui-react-core";
export declare class IgrCustomIndicatorNameCollection extends IgCollection<string, string> {
    constructor(list?: string[]);
    protected _createInnerColl(): SyncableObservableCollection$2<string, string>;
}
