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