import type { JSXAttribute, JSXElement } from 'eslint-codemod-utils'; export declare function findProp(jsx: JSXElement, propName: string): JSXAttribute | undefined;