export declare class XElement extends HTMLElement { static get observedAttributes(): string[]; attributeChangedCallback(attr: string, _oldValue: string | null, newValue: string | null): void; }