import { type AttributeReactiveClass } from '../../element-reactive/index.js'; export declare class InlineImageAttributes implements InstanceType> { #private; static observedAttributes: string[]; constructor(dom: InlineImage); _handleSrc(newVal: string | null): void; } /** * @deprecated you can use `x-image` instead in `x-text`. */ export declare class InlineImage extends HTMLElement { }