export declare const render: (root: ShadowRoot, html: string) => void; export declare const fire: (target: HTMLElement, type: string, detail: Record) => void;