export declare const tpl: (html: string) => HTMLTemplateElement;
export declare const fire: (target: HTMLElement, type: string, detail: Record<string, unknown>) => void;
//# sourceMappingURL=dom.d.ts.map