import { type AttributeReactiveClass } from '../../element-reactive/index.js'; export declare class XSvgFeatures implements InstanceType> { #private; static observedAttributes: string[]; _handleSrc(newVal: string | null): void; _handleContent(content: string | null): void; _enableLoadEvent(status: boolean): void; constructor(dom: HTMLElement); } export declare class XSvg extends HTMLElement { }