import { OnInit } from '@angular/core';
import * as i0 from "@angular/core";
export declare class CustomLabelComponent implements OnInit {
    labelValue: string;
    labelStyle: string;
    constructor();
    ngOnInit(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<CustomLabelComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<CustomLabelComponent, "app-custom-label", never, { "labelValue": { "alias": "labelValue"; "required": false; }; "labelStyle": { "alias": "labelStyle"; "required": false; }; }, {}, never, never, false, never>;
}
