export declare class CategoriaViewModel { count: number; id: number; categoria: string; fondo: string; fondo_sm: string; icono: string; constructor(count: number, id: number, categoria: string, fondo: string, fondo_sm: string, icono: string); }