import { OnInit } from "@angular/core"; export declare class InputRowLabelComponent implements OnInit { required: boolean; constructor(); ngOnInit(): void; }