import type { types as t } from "@marko/compiler"; export default function getAttr(tag: t.NodePath, name: string): t.NodePath | undefined;