import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const RhUiApplicationsIconConfig: {
  name: 'RhUiApplicationsIcon',
  icon: {"xOffset":0,"yOffset":0,"width":32,"height":32,"svgPathData":"M28.5 2h-20C7.673 2 7 2.673 7 3.5v20c0 .827.673 1.5 1.5 1.5h20c.827 0 1.5-.673 1.5-1.5v-20c0-.827-.673-1.5-1.5-1.5ZM28 23H9V4h19v19Zm-3 6a1 1 0 0 1-1 1H3.5c-.827 0-1.5-.673-1.5-1.5V8a1 1 0 1 1 2 0v20h20a1 1 0 0 1 1 1ZM15.38 9.003a1.626 1.626 0 1 1 3.251.001 1.626 1.626 0 0 1-3.251-.001Zm6 .005a1.626 1.626 0 1 1 3.251.001 1.626 1.626 0 0 1-3.251-.001Z"},
  rhUiIcon: null,
};
export declare const RhUiApplicationsIcon: ComponentClass<SVGIconProps>;
export default RhUiApplicationsIcon;