export declare class FormatTypeModel { id: number; label: string; constructor(id?: number, label?: string); fromJSON(json: any): this; } //# sourceMappingURL=format-type.model.d.ts.map