import { type JSXAttribute, type JSXElement } from 'eslint-codemod-utils';
/**
 * Returns the `spacing` JSXAttribute from an icon element, or undefined.
 */
export declare function getSpacingAttribute(node: JSXElement): JSXAttribute | undefined;
