import { IdService } from "./../shared/services/id.service"; export declare class LabelComponent { private idService; srOnly: boolean; text: string; id: string; for: string; required: boolean; constructor(idService: IdService); }