import { type JSXAttribute } from 'eslint-codemod-utils';
/**
 * Returns the static string value of a JSXAttribute, or undefined if dynamic.
 */
export declare function getStaticAttributeValue(attr: JSXAttribute): string | undefined;
