// Generated by dts-bundle-generator v9.5.1 export declare const a: (props?: any, children?: any) => HTMLAnchorElement; export declare const abbr: (props?: any, children?: any) => HTMLElement; export declare const address: (props?: any, children?: any) => HTMLElement; export declare const area: (props?: any, children?: any) => HTMLAreaElement; export declare const article: (props?: any, children?: any) => HTMLElement; export declare const aside: (props?: any, children?: any) => HTMLElement; export declare const audio: (props?: any, children?: any) => HTMLAudioElement; export declare const b: (props?: any, children?: any) => HTMLElement; export declare const base: (props?: any, children?: any) => HTMLBaseElement; export declare const bdi: (props?: any, children?: any) => HTMLElement; export declare const bdo: (props?: any, children?: any) => HTMLElement; export declare const blockquote: (props?: any, children?: any) => HTMLQuoteElement; export declare const body: (props?: any, children?: any) => HTMLBodyElement; export declare const br: (props?: any, children?: any) => HTMLBRElement; export declare const button: (props?: any, children?: any) => HTMLButtonElement; export declare const canvas: (props?: any, children?: any) => HTMLCanvasElement; export declare const caption: (props?: any, children?: any) => HTMLTableCaptionElement; export declare const cite: (props?: any, children?: any) => HTMLElement; export declare const code: (props?: any, children?: any) => HTMLElement; export declare const col: (props?: any, children?: any) => HTMLTableColElement; export declare const colgroup: (props?: any, children?: any) => HTMLTableColElement; export declare const data: (props?: any, children?: any) => HTMLDataElement; export declare const datalist: (props?: any, children?: any) => HTMLDataListElement; export declare const dd: (props?: any, children?: any) => HTMLElement; export declare const del: (props?: any, children?: any) => HTMLModElement; export declare const details: (props?: any, children?: any) => HTMLDetailsElement; export declare const dfn: (props?: any, children?: any) => HTMLElement; export declare const dialog: (props?: any, children?: any) => HTMLDialogElement; export declare const div: (props?: any, children?: any) => HTMLDivElement; export declare const dl: (props?: any, children?: any) => HTMLDListElement; export declare const dt: (props?: any, children?: any) => HTMLElement; export declare const em: (props?: any, children?: any) => HTMLElement; export declare const embed: (props?: any, children?: any) => HTMLEmbedElement; export declare const fieldset: (props?: any, children?: any) => HTMLFieldSetElement; export declare const figcaption: (props?: any, children?: any) => HTMLElement; export declare const figure: (props?: any, children?: any) => HTMLElement; export declare const footer: (props?: any, children?: any) => HTMLElement; export declare const form: (props?: any, children?: any) => HTMLFormElement; export declare const h1: (props?: any, children?: any) => HTMLHeadingElement; export declare const h2: (props?: any, children?: any) => HTMLHeadingElement; export declare const h3: (props?: any, children?: any) => HTMLHeadingElement; export declare const h4: (props?: any, children?: any) => HTMLHeadingElement; export declare const h5: (props?: any, children?: any) => HTMLHeadingElement; export declare const h6: (props?: any, children?: any) => HTMLHeadingElement; export declare const head: (props?: any, children?: any) => HTMLHeadElement; export declare const header: (props?: any, children?: any) => HTMLElement; export declare const hgroup: (props?: any, children?: any) => HTMLElement; export declare const hr: (props?: any, children?: any) => HTMLHRElement; export declare const html: (props?: any, children?: any) => HTMLHtmlElement; export declare const i: (props?: any, children?: any) => HTMLElement; export declare const iframe: (props?: any, children?: any) => HTMLIFrameElement; export declare const img: (props?: any, children?: any) => HTMLImageElement; export declare const input: (props?: any, children?: any) => HTMLInputElement; export declare const ins: (props?: any, children?: any) => HTMLModElement; export declare const kbd: (props?: any, children?: any) => HTMLElement; export declare const label: (props?: any, children?: any) => HTMLLabelElement; export declare const legend: (props?: any, children?: any) => HTMLLegendElement; export declare const li: (props?: any, children?: any) => HTMLLIElement; export declare const link: (props?: any, children?: any) => HTMLLinkElement; export declare const main: (props?: any, children?: any) => HTMLElement; export declare const map: (props?: any, children?: any) => HTMLMapElement; export declare const mark: (props?: any, children?: any) => HTMLElement; export declare const menu: (props?: any, children?: any) => HTMLMenuElement; export declare const meta: (props?: any, children?: any) => HTMLMetaElement; export declare const meter: (props?: any, children?: any) => HTMLMeterElement; export declare const nav: (props?: any, children?: any) => HTMLElement; export declare const noscript: (props?: any, children?: any) => HTMLElement; export declare const object: (props?: any, children?: any) => HTMLObjectElement; export declare const ol: (props?: any, children?: any) => HTMLOListElement; export declare const optgroup: (props?: any, children?: any) => HTMLOptGroupElement; export declare const option: (props?: any, children?: any) => HTMLOptionElement; export declare const output: (props?: any, children?: any) => HTMLOutputElement; export declare const p: (props?: any, children?: any) => HTMLParagraphElement; export declare const picture: (props?: any, children?: any) => HTMLPictureElement; export declare const pre: (props?: any, children?: any) => HTMLPreElement; export declare const progress: (props?: any, children?: any) => HTMLProgressElement; export declare const q: (props?: any, children?: any) => HTMLQuoteElement; export declare const rp: (props?: any, children?: any) => HTMLElement; export declare const rt: (props?: any, children?: any) => HTMLElement; export declare const ruby: (props?: any, children?: any) => HTMLElement; export declare const s: (props?: any, children?: any) => HTMLElement; export declare const samp: (props?: any, children?: any) => HTMLElement; export declare const script: (props?: any, children?: any) => HTMLScriptElement; export declare const search: (props?: any, children?: any) => HTMLElement; export declare const section: (props?: any, children?: any) => HTMLElement; export declare const select: (props?: any, children?: any) => HTMLSelectElement; export declare const slot: (props?: any, children?: any) => HTMLSlotElement; export declare const small: (props?: any, children?: any) => HTMLElement; export declare const source: (props?: any, children?: any) => HTMLSourceElement; export declare const span: (props?: any, children?: any) => HTMLSpanElement; export declare const strong: (props?: any, children?: any) => HTMLElement; export declare const style: (props?: any, children?: any) => HTMLStyleElement; export declare const sub: (props?: any, children?: any) => HTMLElement; export declare const summary: (props?: any, children?: any) => HTMLElement; export declare const sup: (props?: any, children?: any) => HTMLElement; export declare const table: (props?: any, children?: any) => HTMLTableElement; export declare const tbody: (props?: any, children?: any) => HTMLTableSectionElement; export declare const td: (props?: any, children?: any) => HTMLTableCellElement; export declare const template: (props?: any, children?: any) => HTMLTemplateElement; export declare const textarea: (props?: any, children?: any) => HTMLTextAreaElement; export declare const tfoot: (props?: any, children?: any) => HTMLTableSectionElement; export declare const th: (props?: any, children?: any) => HTMLTableCellElement; export declare const thead: (props?: any, children?: any) => HTMLTableSectionElement; export declare const time: (props?: any, children?: any) => HTMLTimeElement; export declare const title: (props?: any, children?: any) => HTMLTitleElement; export declare const tr: (props?: any, children?: any) => HTMLTableRowElement; export declare const track: (props?: any, children?: any) => HTMLTrackElement; export declare const u: (props?: any, children?: any) => HTMLElement; export declare const ul: (props?: any, children?: any) => HTMLUListElement; export declare const variable: (props?: any, children?: any) => HTMLElement; export declare const video: (props?: any, children?: any) => HTMLVideoElement; export declare const wbr: (props?: any, children?: any) => HTMLElement; export declare function errorBoundary(normalFactory: () => HTMLElement, fallbackFactory: (error: any) => HTMLElement): HTMLElement; export declare function scope HTMLElement>(f: T): T; export {};