import { IgCollection } from './IgCollection'; import { SyncableObservableCollection$2 } from './SyncableObservableCollection$2'; import { FormatSpecifier as FormatSpecifier_internal } from './FormatSpecifier'; import { IgxFormatSpecifier as IgxFormatSpecifier } from './igx-format-specifier'; export declare class IgxFormatSpecifierCollection extends IgCollection { constructor(list?: IgxFormatSpecifier[]); protected _createInnerColl(): SyncableObservableCollection$2; }