import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const RhUiTreeViewIconConfig: {
  name: 'RhUiTreeViewIcon',
  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.5Zm0 9v5c0 .827-.673 1.5-1.5 1.5h-15c-.827 0-1.5-.673-1.5-1.5v-5c0-.827.673-1.5 1.5-1.5h15c.827 0 1.5.673 1.5 1.5Zm-2 .5H14v4h14v-4Zm2 10.5v5c0 .827-.673 1.5-1.5 1.5h-15c-.827 0-1.5-.673-1.5-1.5v-5c0-.827.673-1.5 1.5-1.5h15c.827 0 1.5.673 1.5 1.5Zm-2 .5H14v4h14v-4ZM9 16a1 1 0 1 0 0-2H5v-3a1 1 0 1 0-2 0v14.5c0 .827.673 1.5 1.5 1.5H9a1 1 0 1 0 0-2H5v-9h4Z"},
  rhUiIcon: null,
};
export declare const RhUiTreeViewIcon: ComponentClass<SVGIconProps>;
export default RhUiTreeViewIcon;