import { EventEmitter } from '@angular/core'; import '@arclux/arc-ui/scroll-spy'; import * as i0 from "@angular/core"; export declare class ScrollSpy { private readonly _el; set active(value: string); get active(): string; set offset(value: number); get offset(): number; set progress(value: 'none' | 'ring' | 'read' | 'both'); get progress(): 'none' | 'ring' | 'read' | 'both'; activeChange: EventEmitter; _onArcChange(event: CustomEvent): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }