import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const RhUiMoveFileIconConfig: {
  name: 'RhUiMoveFileIcon',
  icon: {"xOffset":0,"yOffset":0,"width":32,"height":32,"svgPathData":"M29.5 8H17.81l-.681-3.208A1 1 0 0 0 16.15 4h-9.3a1 1 0 0 0-.979.792L5.19 8H2.5C1.673 8 1 8.673 1 9.5v17c0 .827.673 1.5 1.5 1.5h27c.827 0 1.5-.673 1.5-1.5v-17c0-.827-.673-1.5-1.5-1.5ZM29 26H3V10h3a1 1 0 0 0 .979-.792L7.66 6h7.682l.681 3.208a1 1 0 0 0 .979.792h12v16ZM17.707 13.293l3.646 3.646c.283.283.439.66.439 1.061s-.156.777-.439 1.061l-3.646 3.646a.997.997 0 0 1-1.414 0 .999.999 0 0 1 0-1.414L18.586 19H10a1 1 0 1 1 0-2h8.586l-2.293-2.293a.999.999 0 1 1 1.414-1.414Z"},
  rhUiIcon: null,
};
export declare const RhUiMoveFileIcon: ComponentClass<SVGIconProps>;
export default RhUiMoveFileIcon;