import { layoutChangeTarget } from '../common/CommonEventsAndMethods.js'; export declare class XView extends HTMLElement { superScrollIntoView(arg?: boolean | ScrollIntoViewOptions | undefined): void; scrollIntoView(arg?: boolean | ScrollIntoViewOptions | undefined): void; [layoutChangeTarget]: this; }