import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const RhUiMigrateIconConfig: {
  name: 'RhUiMigrateIcon',
  icon: {"xOffset":0,"yOffset":0,"width":32,"height":32,"svgPathData":"M20 25v3.5c0 .827-.673 1.5-1.5 1.5h-15c-.827 0-1.5-.673-1.5-1.5v-15c0-.827.673-1.5 1.5-1.5H10a1 1 0 0 1 0 2H4v14h14v-3a1 1 0 0 1 2 0Zm8.5-23h-15c-.827 0-1.5.673-1.5 1.5V9a1 1 0 0 0 2 0V4h14v14h-4a1 1 0 0 0 0 2h4.5c.827 0 1.5-.673 1.5-1.5v-15c0-.827-.673-1.5-1.5-1.5Zm-4.793 12.707a.999.999 0 0 0 0-1.414l-3.646-3.646a1.501 1.501 0 0 0-2.121 0l-3.646 3.646a.999.999 0 1 0 1.414 1.414l2.293-2.293V20a1 1 0 0 0 2 0v-7.586l2.293 2.293a.997.997 0 0 0 1.414 0Z"},
  rhUiIcon: null,
};
export declare const RhUiMigrateIcon: ComponentClass<SVGIconProps>;
export default RhUiMigrateIcon;