import { type AttributeReactiveClass } from '../../element-reactive/index.js'; import type { ScrollView } from './ScrollView.js'; export declare class ScrollIntoView implements InstanceType> { #private; static eventName: "__scrollIntoView"; static observedAttributes: never[]; constructor(dom: ScrollView); dispose(): void; }