import { AttrValue } from "../types.js"; export declare function el(tagName: string, attrs?: Record): E;