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