import * as i0 from '@angular/core'; import { AfterViewInit, NgZone } from '@angular/core'; import * as i1 from '@angular/common'; import * as i2 from '@aposin/ng-aquila/copytext'; /** * @deprecated This component is deprecated. Use the native scroll bar instead. * @deletion-target v20.0.0 */ declare class NxSwipebarComponent implements AfterViewInit { private readonly zone; private _element; private _scrollable; private _indicator; private _barLength; private _position; private _startX; private _mousedown; private _showBar; /** * The label for this swipebar. * * Default: `''`. */ label: string; constructor(zone: NgZone); ngAfterViewInit(): void; _onResize(): void; private _onScroll; private _onMousedown; private _onMousemove; private _onMouseup; private _updateScrollablePosition; private _updateIndicator; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class NxSwipebarModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } export { NxSwipebarComponent, NxSwipebarModule };