import * as i0 from "@angular/core"; export declare class RealsoftChipEditInput { private readonly _elementRef; constructor(...args: unknown[]); initialize(initialValue: string): void; getNativeElement(): HTMLElement; setValue(value: string): void; getValue(): string; private _moveCursorToEndOfInput; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }