import { EventEmitter } from '@angular/core'; import * as i0 from "@angular/core"; export declare class InputLabelComponent { label?: string; help?: string; required: boolean; labelActionText?: string; errorMessage: string; state: InputLabelComponent.State; labelAction: EventEmitter; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare namespace InputLabelComponent { const States: readonly ["valid", "warning", "error"]; type State = (typeof States)[number]; }