import type { types as t } from "@marko/compiler"; export declare function getTagName(tag: t.NodePath): T["name"] extends t.StringLiteral ? string : string | undefined;