export declare class XView extends HTMLElement { superScrollIntoView(arg?: boolean | ScrollIntoViewOptions | undefined): void; scrollIntoView(arg?: boolean | ScrollIntoViewOptions | undefined): void; }