import { ElementRef } from '@angular/core';
export declare class TextInputDirective {
    private el;
    isPlaceholder: boolean;
    isLabel: boolean;
    constructor(el: ElementRef);
    onFocus(): void;
    onBlur(): void;
    styleLabel(): void;
    styleLabelAsPlaceholder(): void;
    styleLabelAsFloating(): void;
}
