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