import { UglaService } from '../../ugla.service'; /** * Brand component * * This component genate brand Logo and brand Name * * @example * */ export declare class BrandComponent { private ugla; /** * Receives the brand's name */ brandName: string; /** * Brand image */ brandImage: string; /** * Receives the path to redirect */ path: string; /** * Insert the theme name on html component */ theme: string; /** * Receives the component's name * @param ugla: UglaService */ constructor(ugla: UglaService); }