import { IModel } from 'ngx-repository'; export declare class Theme implements IModel { id?: number; url?: string; name?: string; }