/**
 * Inspector DOM helpers — tiny element factory + query shorthand.
 * Shared by the registry entries and the admin Components panel.
 */
export declare function el<K extends keyof HTMLElementTagNameMap>(tag: K, attrs?: Record<string, unknown>, ...children: (Node | string | null | undefined)[]): HTMLElementTagNameMap[K];
export declare const $: <T extends HTMLElement>(id: string) => T;
//# sourceMappingURL=dom.d.ts.map