import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const RhUiEthernetIconConfig: {
  name: 'RhUiEthernetIcon',
  icon: {"xOffset":0,"yOffset":0,"width":32,"height":32,"svgPathData":"M28.5 2h-25C2.673 2 2 2.673 2 3.5v25c0 .827.673 1.5 1.5 1.5h25c.827 0 1.5-.673 1.5-1.5v-25c0-.827-.673-1.5-1.5-1.5ZM28 28H4V4h24v24ZM8.5 25h15c.827 0 1.5-.673 1.5-1.5v-8c0-.827-.673-1.5-1.5-1.5H21v-1.5c0-.827-.673-1.5-1.5-1.5h-7c-.827 0-1.5.673-1.5 1.5V14H8.5c-.827 0-1.5.673-1.5 1.5v8c0 .827.673 1.5 1.5 1.5Zm.5-9h2.5c.827 0 1.5-.673 1.5-1.5V13h6v1.5c0 .827.673 1.5 1.5 1.5H23v7h-2v-3a1 1 0 0 0-2 0v3h-2v-3a1 1 0 0 0-2 0v3h-2v-3a1 1 0 0 0-2 0v3H9v-7Zm4-8a1 1 0 0 1 1-1h4a1 1 0 0 1 0 2h-4a1 1 0 0 1-1-1Z"},
  rhUiIcon: null,
};
export declare const RhUiEthernetIcon: ComponentClass<SVGIconProps>;
export default RhUiEthernetIcon;