import { ElementRef } from '@angular/core'; import { NgScrollbarState } from '../ng-scrollbar.model'; export declare class NgAttr { private el; constructor(el: ElementRef); ngAttr: NgScrollbarState; }