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