import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const FolderOpenIconConfig: {
  name: 'FolderOpenIcon',
  icon: {"xOffset":0,"yOffset":0,"width":576,"height":512,"svgPathData":"M572.694 292.093L500.27 416.248A63.997 63.997 0 0 1 444.989 448H45.025c-18.523 0-30.064-20.093-20.731-36.093l72.424-124.155A64 64 0 0 1 152 256h399.964c18.523 0 30.064 20.093 20.73 36.093zM152 224h328v-48c0-26.51-21.49-48-48-48H272l-64-64H48C21.49 64 0 85.49 0 112v278.046l69.077-118.418C86.214 242.25 117.989 224 152 224z"},
  rhUiIcon: {"xOffset":0,"yOffset":0,"width":32,"height":32,"svgPathData":"M30.777 12.271A1.003 1.003 0 0 0 30 11.9H5.84a1 1 0 0 0-.965.737L3 19.522V9.999h3a1 1 0 0 0 .979-.792l.681-3.208h7.682l.681 3.208a1 1 0 0 0 .979.792h11a1 1 0 1 0 0-2h-10.19l-.681-3.208a1 1 0 0 0-.979-.792H6.85a1 1 0 0 0-.979.792L5.19 7.999H2.5c-.827 0-1.5.673-1.5 1.5v17.5c0 .038.018.071.022.108a.938.938 0 0 0 .142.409c.018.029.02.064.041.091.012.016.032.022.046.037a.951.951 0 0 0 .23.189c.035.022.064.051.101.068a.992.992 0 0 0 .418.098h25c.472 0 .88-.33.979-.792l3-14.1a1.005 1.005 0 0 0-.201-.837ZM26.19 26H3.309l3.295-12.1h22.161L26.191 26Z"},
};
export declare const FolderOpenIcon: ComponentClass<SVGIconProps>;
export default FolderOpenIcon;