import type { Child, ComponentsMap } from '../types';
declare const html: ((strings: TemplateStringsArray, ...values: any[]) => Child | Child[]) & {
    register: (components: ComponentsMap) => void;
};
export default html;
//# sourceMappingURL=html.via.d.ts.map