import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon';
export declare const LongArrowAltRightIconConfig: {
  name: 'LongArrowAltRightIcon',
  height: 512,
  width: 448,
  svgPath: 'M313.941 216H12c-6.627 0-12 5.373-12 12v56c0 6.627 5.373 12 12 12h301.941v46.059c0 21.382 25.851 32.09 40.971 16.971l86.059-86.059c9.373-9.373 9.373-24.569 0-33.941l-86.059-86.059c-15.119-15.119-40.971-4.411-40.971 16.971V216z',
  yOffset: 0,
  xOffset: 0,
};
export declare const LongArrowAltRightIcon: ComponentClass<SVGIconProps>;
export default LongArrowAltRightIcon;