import { type AttributeReactiveClass } from '../../element-reactive/index.js'; import type { ScrollView } from './ScrollView.js'; export declare class ScrollAttributes implements InstanceType> { #private; static observedAttributes: string[]; constructor(dom: ScrollView); _handleInitialScrollOffset(newVal: string | null, _: string | null, attributeName: string): void; _handleInitialScrollIndex(newVal: string | null): void; dispose(): void; }