import { AfterViewInit, ElementRef, Renderer2 } from '@angular/core';
import * as i0 from "@angular/core";
export declare class AppendToInputDirective implements AfterViewInit {
    private renderer;
    inputElement: any;
    private _direction;
    private _inputCords;
    private readonly element;
    constructor(elementRef: ElementRef<HTMLElement>, renderer: Renderer2);
    private get inputCords();
    private get direction();
    ngAfterViewInit(): void;
    changePosition(): void;
    private append;
    private setStyle;
    private defineElementYByDirection;
    static ɵfac: i0.ɵɵFactoryDeclaration<AppendToInputDirective, never>;
    static ɵdir: i0.ɵɵDirectiveDeclaration<AppendToInputDirective, "[ngxAppendToInput]", never, { "inputElement": "ngxAppendToInput"; }, {}, never>;
}
