import { type AttributeReactiveClass } from '../../element-reactive/index.js'; export declare class XWebViewAttribute implements InstanceType> { #private; static observedAttributes: string[]; constructor(dom: HTMLElement); _handleSrc: (this: void, newVal: string | null) => void; _handleHtml: (this: void, newVal: string | null) => void; }