import { UglaService } from '../../ugla.service'; /** * Page title * * @example * * */ export declare class PageTitleComponent { private ugla; /** * Receives theme's name */ theme: string; /** * Receives the component's name * @param ugla: UglaService */ constructor(ugla: UglaService); /** * Set firt title: prefix */ firstTitle: string; /** * Set second title */ secondTitle: string; }