import { FieldComponent, FieldControl } from '@danske/sapphire-angular'; import * as i0 from "@angular/core"; /** * A LabeledValue displays a non-editable value with a label which uses the field component * for building the UI, useful for building readonly fields. */ export declare class LabeledValueComponent implements FieldControl { private field?; ariaLabelledBy: string | undefined; constructor(field?: FieldComponent | undefined); ngAfterViewInit(): void; isDisabled(): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }