import { H, HArg } from './types'; export declare const h: H; export declare const fragment: (...args: (Node | string)[]) => DocumentFragment; export declare const text: (...values: string[]) => Text; export declare const htmlElementFactory: (name: K) => (...args: HArg[]) => HTMLElementTagNameMap[K]; export declare const styleToString: (style: Partial) => string; export declare const a: (...args: HArg[]) => HTMLAnchorElement; export declare const abbr: (...args: HArg[]) => HTMLElement; export declare const address: (...args: HArg[]) => HTMLElement; export declare const area: (...args: HArg[]) => HTMLAreaElement; export declare const article: (...args: HArg[]) => HTMLElement; export declare const aside: (...args: HArg[]) => HTMLElement; export declare const audio: (...args: HArg[]) => HTMLAudioElement; export declare const b: (...args: HArg[]) => HTMLElement; export declare const base: (...args: HArg[]) => HTMLBaseElement; export declare const bdi: (...args: HArg[]) => HTMLElement; export declare const bdo: (...args: HArg[]) => HTMLElement; export declare const blockquote: (...args: HArg[]) => HTMLQuoteElement; export declare const body: (...args: HArg[]) => HTMLBodyElement; export declare const br: (...args: HArg[]) => HTMLBRElement; export declare const button: (...args: HArg[]) => HTMLButtonElement; export declare const canvas: (...args: HArg[]) => HTMLCanvasElement; export declare const caption: (...args: HArg[]) => HTMLTableCaptionElement; export declare const cite: (...args: HArg[]) => HTMLElement; export declare const code: (...args: HArg[]) => HTMLElement; export declare const col: (...args: HArg[]) => HTMLTableColElement; export declare const colgroup: (...args: HArg[]) => HTMLTableColElement; export declare const data: (...args: HArg[]) => HTMLDataElement; export declare const datalist: (...args: HArg[]) => HTMLDataListElement; export declare const dd: (...args: HArg[]) => HTMLElement; export declare const del: (...args: HArg[]) => HTMLModElement; export declare const details: (...args: HArg[]) => HTMLDetailsElement; export declare const dfn: (...args: HArg[]) => HTMLElement; export declare const dialog: (...args: HArg[]) => HTMLDialogElement; export declare const dir: (...args: HArg[]) => HTMLDirectoryElement; export declare const div: (...args: HArg[]) => HTMLDivElement; export declare const dl: (...args: HArg[]) => HTMLDListElement; export declare const dt: (...args: HArg[]) => HTMLElement; export declare const em: (...args: HArg[]) => HTMLElement; export declare const embed: (...args: HArg[]) => HTMLEmbedElement; export declare const fieldset: (...args: HArg[]) => HTMLFieldSetElement; export declare const figcaption: (...args: HArg[]) => HTMLElement; export declare const figure: (...args: HArg[]) => HTMLElement; export declare const font: (...args: HArg[]) => HTMLFontElement; export declare const footer: (...args: HArg[]) => HTMLElement; export declare const form: (...args: HArg[]) => HTMLFormElement; export declare const frame: (...args: HArg[]) => HTMLFrameElement; export declare const frameset: (...args: HArg[]) => HTMLFrameSetElement; export declare const h1: (...args: HArg[]) => HTMLHeadingElement; export declare const h2: (...args: HArg[]) => HTMLHeadingElement; export declare const h3: (...args: HArg[]) => HTMLHeadingElement; export declare const h4: (...args: HArg[]) => HTMLHeadingElement; export declare const h5: (...args: HArg[]) => HTMLHeadingElement; export declare const h6: (...args: HArg[]) => HTMLHeadingElement; export declare const head: (...args: HArg[]) => HTMLHeadElement; export declare const header: (...args: HArg[]) => HTMLElement; export declare const hgroup: (...args: HArg[]) => HTMLElement; export declare const hr: (...args: HArg[]) => HTMLHRElement; export declare const html: (...args: HArg[]) => HTMLHtmlElement; export declare const i: (...args: HArg[]) => HTMLElement; export declare const iframe: (...args: HArg[]) => HTMLIFrameElement; export declare const img: (...args: HArg[]) => HTMLImageElement; export declare const input: (...args: HArg[]) => HTMLInputElement; export declare const ins: (...args: HArg[]) => HTMLModElement; export declare const kbd: (...args: HArg[]) => HTMLElement; export declare const label: (...args: HArg[]) => HTMLLabelElement; export declare const legend: (...args: HArg[]) => HTMLLegendElement; export declare const li: (...args: HArg[]) => HTMLLIElement; export declare const link: (...args: HArg[]) => HTMLLinkElement; export declare const main: (...args: HArg[]) => HTMLElement; export declare const map: (...args: HArg[]) => HTMLMapElement; export declare const mark: (...args: HArg[]) => HTMLElement; export declare const marquee: (...args: HArg[]) => HTMLMarqueeElement; export declare const menu: (...args: HArg[]) => HTMLMenuElement; export declare const meta: (...args: HArg[]) => HTMLMetaElement; export declare const meter: (...args: HArg[]) => HTMLMeterElement; export declare const nav: (...args: HArg[]) => HTMLElement; export declare const noscript: (...args: HArg[]) => HTMLElement; export declare const object: (...args: HArg[]) => HTMLObjectElement; export declare const ol: (...args: HArg[]) => HTMLOListElement; export declare const optgroup: (...args: HArg[]) => HTMLOptGroupElement; export declare const option: (...args: HArg[]) => HTMLOptionElement; export declare const output: (...args: HArg[]) => HTMLOutputElement; export declare const p: (...args: HArg[]) => HTMLParagraphElement; export declare const param: (...args: HArg[]) => HTMLParamElement; export declare const picture: (...args: HArg[]) => HTMLPictureElement; export declare const pre: (...args: HArg[]) => HTMLPreElement; export declare const progress: (...args: HArg[]) => HTMLProgressElement; export declare const q: (...args: HArg[]) => HTMLQuoteElement; export declare const rp: (...args: HArg[]) => HTMLElement; export declare const rt: (...args: HArg[]) => HTMLElement; export declare const ruby: (...args: HArg[]) => HTMLElement; export declare const $s: (...args: HArg[]) => HTMLElement; export declare const samp: (...args: HArg[]) => HTMLElement; export declare const script: (...args: HArg[]) => HTMLScriptElement; export declare const section: (...args: HArg[]) => HTMLElement; export declare const select: (...args: HArg[]) => HTMLSelectElement; export declare const slot: (...args: HArg[]) => HTMLSlotElement; export declare const small: (...args: HArg[]) => HTMLElement; export declare const source: (...args: HArg[]) => HTMLSourceElement; export declare const span: (...args: HArg[]) => HTMLSpanElement; export declare const strong: (...args: HArg[]) => HTMLElement; export declare const style: (...args: HArg[]) => HTMLStyleElement; export declare const sub: (...args: HArg[]) => HTMLElement; export declare const summary: (...args: HArg[]) => HTMLElement; export declare const sup: (...args: HArg[]) => HTMLElement; export declare const table: (...args: HArg[]) => HTMLTableElement; export declare const tbody: (...args: HArg[]) => HTMLTableSectionElement; export declare const td: (...args: HArg[]) => HTMLTableCellElement; export declare const template: (...args: HArg[]) => HTMLTemplateElement; export declare const textarea: (...args: HArg[]) => HTMLTextAreaElement; export declare const tfoot: (...args: HArg[]) => HTMLTableSectionElement; export declare const th: (...args: HArg[]) => HTMLTableCellElement; export declare const thead: (...args: HArg[]) => HTMLTableSectionElement; export declare const time: (...args: HArg[]) => HTMLTimeElement; export declare const title: (...args: HArg[]) => HTMLTitleElement; export declare const tr: (...args: HArg[]) => HTMLTableRowElement; export declare const track: (...args: HArg[]) => HTMLTrackElement; export declare const u: (...args: HArg[]) => HTMLElement; export declare const ul: (...args: HArg[]) => HTMLUListElement; export declare const $var: (...args: HArg[]) => HTMLElement; export declare const video: (...args: HArg[]) => HTMLVideoElement; export declare const wbr: (...args: HArg[]) => HTMLElement;