import { ElementRef, OnInit } from '@angular/core'; export declare class FeedbackPositionDirective implements OnInit { private el; position: string; constructor(el: ElementRef); ngOnInit(): void; }