import { htmlTag } from './htmlTag.function.js';
export type { Attributes } from './htmlTag.function.js';
export type { TagChildContent, HtmlItem, ToHtmlItem, ElementFunction } from './ElementFunction.type.js';
export { htmlTag };
export type { CombinedElementFunctions } from './elementAttributes.array.js';
export { noElement } from './noElement.function.js';
export { elementVarToHtmlString } from './elementVarToHtmlString.function.js';
export declare const button: import("./ElementFunction.type.js").ElementFunction;
export declare const select: import("./ElementFunction.type.js").ElementFunction;
export declare const option: import("./ElementFunction.type.js").ElementFunction;
export declare const optgroup: import("./ElementFunction.type.js").ElementFunction;
export declare const input: import("./ElementFunction.type.js").ElementFunction;
export declare const textarea: import("./ElementFunction.type.js").ElementFunction;
export declare const html: import("./ElementFunction.type.js").ElementFunction;
export declare const head: import("./ElementFunction.type.js").ElementFunction;
export declare const title: import("./ElementFunction.type.js").ElementFunction;
export declare const meta: import("./ElementFunction.type.js").ElementFunction;
export declare const link: import("./ElementFunction.type.js").ElementFunction;
export declare const style: import("./ElementFunction.type.js").ElementFunction;
export declare const body: import("./ElementFunction.type.js").ElementFunction;
export declare const script: import("./ElementFunction.type.js").ElementFunction;
export declare const noscript: import("./ElementFunction.type.js").ElementFunction;
export declare const hr: import("./ElementFunction.type.js").ElementFunction;
export declare const h1: import("./ElementFunction.type.js").ElementFunction;
export declare const h2: import("./ElementFunction.type.js").ElementFunction;
export declare const h3: import("./ElementFunction.type.js").ElementFunction;
export declare const h4: import("./ElementFunction.type.js").ElementFunction;
export declare const h5: import("./ElementFunction.type.js").ElementFunction;
export declare const h6: import("./ElementFunction.type.js").ElementFunction;
export declare const ol: import("./ElementFunction.type.js").ElementFunction;
export declare const ul: import("./ElementFunction.type.js").ElementFunction;
export declare const li: import("./ElementFunction.type.js").ElementFunction;
export declare const div: import("./ElementFunction.type.js").ElementFunction;
export declare const main: import("./ElementFunction.type.js").ElementFunction;
export declare const section: import("./ElementFunction.type.js").ElementFunction;
export declare const header: import("./ElementFunction.type.js").ElementFunction;
export declare const footer: import("./ElementFunction.type.js").ElementFunction;
export declare const form: import("./ElementFunction.type.js").ElementFunction;
export declare const fieldset: import("./ElementFunction.type.js").ElementFunction;
export declare const legend: import("./ElementFunction.type.js").ElementFunction;
export declare const dialog: import("./ElementFunction.type.js").ElementFunction;
export declare const pre: import("./ElementFunction.type.js").ElementFunction;
export declare const table: import("./ElementFunction.type.js").ElementFunction;
export declare const tr: import("./ElementFunction.type.js").ElementFunction;
export declare const td: import("./ElementFunction.type.js").ElementFunction;
export declare const th: import("./ElementFunction.type.js").ElementFunction;
export declare const thead: import("./ElementFunction.type.js").ElementFunction;
export declare const tbody: import("./ElementFunction.type.js").ElementFunction;
export declare const tfoot: import("./ElementFunction.type.js").ElementFunction;
export declare const iframe: import("./ElementFunction.type.js").ElementFunction;
export declare const a: import("./ElementFunction.type.js").ElementFunction;
export declare const u: import("./ElementFunction.type.js").ElementFunction;
export declare const img: import("./ElementFunction.type.js").ElementFunction;
export declare const br: import("./ElementFunction.type.js").ElementFunction;
export declare const label: import("./ElementFunction.type.js").ElementFunction;
export declare const p: import("./ElementFunction.type.js").ElementFunction;
export declare const small: import("./ElementFunction.type.js").ElementFunction;
export declare const span: import("./ElementFunction.type.js").ElementFunction;
export declare const strong: import("./ElementFunction.type.js").ElementFunction;
export declare const b: import("./ElementFunction.type.js").ElementFunction;
export declare const sup: import("./ElementFunction.type.js").ElementFunction;
export declare const nav: import("./ElementFunction.type.js").ElementFunction;
export declare const figure: import("./ElementFunction.type.js").ElementFunction;
export declare const figcaption: import("./ElementFunction.type.js").ElementFunction;
export declare const code: import("./ElementFunction.type.js").ElementFunction;
export declare const canvas: import("./ElementFunction.type.js").ElementFunction;
export declare const svg: import("./ElementFunction.type.js").ElementFunction;
export declare const path: import("./ElementFunction.type.js").ElementFunction;
export declare const polygon: import("./ElementFunction.type.js").ElementFunction;
export declare const rect: import("./ElementFunction.type.js").ElementFunction;
export declare const details: import("./ElementFunction.type.js").ElementFunction;
export declare const summary: import("./ElementFunction.type.js").ElementFunction;
