import { IdService } from "../shared/services/id.service"; export declare class SpeechComponent { private idService; speaker: string; id: any; constructor(idService: IdService); }