import { AttributeReactiveClass } from '@lynx-dev/web-elements-reactive'; import { ScrollView } from './ScrollView.js'; export declare class ScrollAttributes implements InstanceType> { #private; static observedAttributes: string[]; constructor(dom: ScrollView); dispose(): void; }