import { ElementRef } from '@angular/core'; export declare class AutocompleteOffDirective { private _el; constructor(_el: ElementRef); makeRandom(lengthOfCode: number): string; }