import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const RhUiPrintIconConfig: {
  name: 'RhUiPrintIcon',
  icon: {"xOffset":0,"yOffset":0,"width":32,"height":32,"svgPathData":"M29.5 7H24V4.5c0-.827-.673-1.5-1.5-1.5h-13C8.673 3 8 3.673 8 4.5V7H2.5C1.673 7 1 7.673 1 8.5v14c0 .827.673 1.5 1.5 1.5H8v3.5c0 .827.673 1.5 1.5 1.5h13c.827 0 1.5-.673 1.5-1.5V24h5.5c.827 0 1.5-.673 1.5-1.5v-14c0-.827-.673-1.5-1.5-1.5ZM10 5h12v4H10V5Zm12 22H10v-8h12v8Zm7-5h-5v-3h1a1 1 0 1 0 0-2H7a1 1 0 1 0 0 2h1v3H3V9h5v.5c0 .827.673 1.5 1.5 1.5h13c.827 0 1.5-.673 1.5-1.5V9h5v13Z"},
  rhUiIcon: null,
};
export declare const RhUiPrintIcon: ComponentClass<SVGIconProps>;
export default RhUiPrintIcon;