import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const RhStandardAppMobileIconConfig: {
  name: 'RhStandardAppMobileIcon',
  icon: {"xOffset":0,"yOffset":0,"width":36,"height":36,"svgClassName":"pf-v6-icon-rh-standard","svgPathData":[{"path":"M15 7.38a.62.62 0 0 0-.61.63.61.61 0 0 0 .61.62.62.62 0 0 0 .62-.63.63.63 0 0 0-.62-.62Zm10 6a.63.63 0 0 0-.62.63.63.63 0 0 0 1.25 0 .63.63 0 0 0-.63-.63Zm-2 0a.62.62 0 0 0-.61.63.61.61 0 0 0 .61.62.62.62 0 0 0 .63-.62.63.63 0 0 0-.63-.63Z"},{"path":"M22 26.38a.62.62 0 0 0-.62.62v3.38H8.62V5.62h12.76V8a.62.62 0 0 0 1.24 0V5a.62.62 0 0 0-.62-.62H8a.62.62 0 0 0-.62.62v26a.62.62 0 0 0 .62.62h14a.62.62 0 0 0 .62-.62v-4a.62.62 0 0 0-.62-.62Z"},{"path":"M12.38 28a.62.62 0 0 0 .62.62h4a.62.62 0 0 0 0-1.24h-4a.62.62 0 0 0-.62.62ZM28 10.38H18a.62.62 0 0 0-.62.62v10a.62.62 0 0 0 .62.62h10a.62.62 0 0 0 .62-.62V11a.62.62 0 0 0-.62-.62Zm-.62 10h-8.76v-8.76h8.76Z"},{"path":"M25 23.38h-9.38V14a.62.62 0 0 0-1.24 0v10a.62.62 0 0 0 .62.62h10a.62.62 0 0 0 0-1.24Z"}]},
  rhUiIcon: null,
};
export declare const RhStandardAppMobileIcon: ComponentClass<SVGIconProps>;
export default RhStandardAppMobileIcon;