import { AfterContentInit, ElementRef, NgZone, OnDestroy } from '@angular/core'; import SimpleBar from 'simplebar'; import * as i0 from "@angular/core"; export declare class VexScrollbarComponent implements AfterContentInit, OnDestroy { private _element; private zone; options?: Partial; scrollbarRef?: SimpleBar; constructor(_element: ElementRef, zone: NgZone); ngAfterContentInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } //# sourceMappingURL=vex-scrollbar.component.d.ts.map