import { Subject } from 'rxjs'; export declare class TituloService { titulo: Subject; constructor(); setTitulo(titulo: string): void; }