declare function createEl(tagName: string, attrs?: Record): T; export { createEl as default };