import { ObservableCollection$1 } from "./ObservableCollection$1"; import { FormatSpecifier } from "./FormatSpecifier"; import { Type } from "./type"; /** * @hidden */ export declare class FormatSpecifierCollection extends ObservableCollection$1 { static $t: Type; constructor(); }