import { ElementRef } from '@angular/core';
import * as i0 from "@angular/core";
export declare class TextInputDirective {
    private el;
    isPlaceholder: boolean;
    isLabel: boolean;
    constructor(el: ElementRef);
    onFocus(): void;
    onBlur(): void;
    styleLabel(floatingLabel?: boolean): void;
    styleLabelAsPlaceholder(): void;
    styleLabelAsFloating(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<TextInputDirective, never>;
    static ɵdir: i0.ɵɵDirectiveDeclaration<TextInputDirective, "[hxaTextInput]", never, {}, {}, never>;
}
