import { JSXAttribute } from "estree-jsx"; /** Gets the name value of a JSX attribute */ export declare function getAttributeName(attr: JSXAttribute): string; //# sourceMappingURL=getAttributeName.d.ts.map