declare const htm: { bind( h: (type: any, props: Record, ...children: any[]) => HResult ): (strings: TemplateStringsArray, ...values: any[]) => HResult | HResult[]; }; export default htm;