import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const RhUiTabletIconConfig: {
  name: 'RhUiTabletIcon',
  icon: {"xOffset":0,"yOffset":0,"width":32,"height":32,"svgPathData":"M28 4H4C2.346 4 1 5.346 1 7v18c0 1.654 1.346 3 3 3h24c1.654 0 3-1.346 3-3V7c0-1.654-1.346-3-3-3Zm1 21a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7c0-.551.448-1 1-1h24c.552 0 1 .449 1 1v18Zm-9-2a1 1 0 0 1-1 1h-6a1 1 0 1 1 0-2h6a1 1 0 0 1 1 1Z"},
  rhUiIcon: null,
};
export declare const RhUiTabletIcon: ComponentClass<SVGIconProps>;
export default RhUiTabletIcon;