import { UglaService } from './../../ugla.service'; import { OnInit } from '@angular/core'; export declare class LabelSpanComponent implements OnInit { private ugla; theme: string; label: string; texts: string[]; constructor(ugla: UglaService); ngOnInit(): void; }