import { ChangeDetectorRef, ElementRef, EventEmitter } from "@angular/core"; import { IntFieldBoxComponent } from "../field"; import { TVerticalAlign } from "../../../types"; import * as i0 from "@angular/core"; export declare class IntLabeledFieldBoxComponent extends IntFieldBoxComponent { cdr: ChangeDetectorRef; readonly elementRef: ElementRef; label: string | null; isActive: boolean; showLabelTip: boolean; hideField: boolean; direction: string | null; verticalAlign: TVerticalAlign; isLabelBox: boolean | null; onContentTap: EventEmitter; constructor(cdr: ChangeDetectorRef, elementRef: ElementRef); get vAlignValue(): string; onContentClick(): void; setPseudoFocus(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }