import type { JSXOpeningElement } from 'eslint-codemod-utils';
export declare function getJSXElementName(jsx: JSXOpeningElement): string;
