import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const LevelUpAltIconConfig: {
  name: 'LevelUpAltIcon',
  icon: {"xOffset":0,"yOffset":0,"width":320,"height":512,"svgPathData":"M313.553 119.669L209.587 7.666c-9.485-10.214-25.676-10.229-35.174 0L70.438 119.669C56.232 134.969 67.062 160 88.025 160H152v272H68.024a11.996 11.996 0 0 0-8.485 3.515l-56 56C-4.021 499.074 1.333 512 12.024 512H208c13.255 0 24-10.745 24-24V160h63.966c20.878 0 31.851-24.969 17.587-40.331z"},
  rhUiIcon: null,
};
export declare const LevelUpAltIcon: ComponentClass<SVGIconProps>;
export default LevelUpAltIcon;