import { JSXAttribute, JSXOpeningElement } from "estree-jsx"; /** Returns the data-codemods attribute of an element, if it exists */ export declare function getCodeModDataTag(openingElement: JSXOpeningElement): JSXAttribute | import("estree-jsx").JSXSpreadAttribute | undefined; //# sourceMappingURL=getCodeModDataTag.d.ts.map