import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const RhUiTreeViewFillIconConfig: {
  name: 'RhUiTreeViewFillIcon',
  icon: {"xOffset":0,"yOffset":0,"width":32,"height":32,"svgPathData":"M30 3.5v3c0 .827-.673 1.5-1.5 1.5h-25C2.673 8 2 7.327 2 6.5v-3C2 2.673 2.673 2 3.5 2h25c.827 0 1.5.673 1.5 1.5ZM28.5 13h-15c-.827 0-1.5.673-1.5 1.5v3c0 .827.673 1.5 1.5 1.5h15c.827 0 1.5-.673 1.5-1.5v-3c0-.827-.673-1.5-1.5-1.5Zm0 10h-15c-.827 0-1.5.673-1.5 1.5v3c0 .827.673 1.5 1.5 1.5h15c.827 0 1.5-.673 1.5-1.5v-3c0-.827-.673-1.5-1.5-1.5ZM9 17a1 1 0 1 0 0-2H5v-4a1 1 0 1 0-2 0v14.5c0 .827.673 1.5 1.5 1.5H9a1 1 0 1 0 0-2H5v-8h4Z"},
  rhUiIcon: null,
};
export declare const RhUiTreeViewFillIcon: ComponentClass<SVGIconProps>;
export default RhUiTreeViewFillIcon;