export {} declare global { namespace Gale { type Elemental = {[K in keyof HTMLElementTagNameMap]: Circular} type Circular = { [K in Keys]: Circular&Van.TagFunc; }; } }