import * as i0 from '@angular/core'; import { OnInit, Renderer2, ElementRef } from '@angular/core'; declare class MxInputPrefixDirective implements OnInit { private document; private renderer; private elRef; mxInputPrefix: string; constructor(document: Document, renderer: Renderer2, elRef: ElementRef); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } export { MxInputPrefixDirective };