type Attributes = "class" | "text" | "id" | "role" | "aria-label" | "inner"; export declare function el(tagName: string, attributes: Partial>, children?: HTMLElement[]): HTMLElement; export {};