import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const BoxIconConfig: {
  name: 'BoxIcon',
  icon: {"xOffset":0,"yOffset":0,"width":512,"height":512,"svgPathData":"M509.5 184.6L458.9 32.8C452.4 13.2 434.1 0 413.4 0H272v192h238.7c-.4-2.5-.4-5-1.2-7.4zM240 0H98.6c-20.7 0-39 13.2-45.5 32.8L2.5 184.6c-.8 2.4-.8 4.9-1.2 7.4H240V0zM0 224v240c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V224H0z"},
  rhUiIcon: null,
};
export declare const BoxIcon: ComponentClass<SVGIconProps>;
export default BoxIcon;