import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const RhUiTabletFillIconConfig: {
  name: 'RhUiTabletFillIcon',
  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-3Zm-9 20.125h-6a1.125 1.125 0 0 1 0-2.25h6a1.125 1.125 0 0 1 0 2.25Z"},
  rhUiIcon: null,
};
export declare const RhUiTabletFillIcon: ComponentClass<SVGIconProps>;
export default RhUiTabletFillIcon;