import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const BoxTissueIconConfig: {
  name: 'BoxTissueIcon',
  icon: {"xOffset":0,"yOffset":0,"width":512,"height":512,"svgPathData":"M383.88,287.82l64-192H338.47a70.2,70.2,0,0,1-66.59-48,70.21,70.21,0,0,0-66.6-48H63.88l64,288Zm-384,192a32,32,0,0,0,32,32h448a32,32,0,0,0,32-32v-64H-.12Zm480-256H438.94l-21.33,64h14.27a16,16,0,0,1,0,32h-352a16,16,0,1,1,0-32H95.09l-14.22-64h-49a32,32,0,0,0-32,32v128h512v-128A32,32,0,0,0,479.88,223.82Z"},
  rhUiIcon: null,
};
export declare const BoxTissueIcon: ComponentClass<SVGIconProps>;
export default BoxTissueIcon;