import { OnInit } from '@angular/core'; export declare class LabelComponent implements OnInit { label: string; isNum: boolean; constructor(); ngOnInit(): void; }