import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const RhUiSidebarFillIconConfig: {
  name: 'RhUiSidebarFillIcon',
  icon: {"xOffset":0,"yOffset":0,"width":32,"height":32,"svgPathData":"M29.5 3.25h-27c-.689 0-1.25.561-1.25 1.25v23c0 .689.561 1.25 1.25 1.25h27c.689 0 1.25-.561 1.25-1.25v-23c0-.689-.561-1.25-1.25-1.25ZM8 20.125H6a1.125 1.125 0 0 1 0-2.25h2a1.125 1.125 0 0 1 0 2.25Zm0-5H6a1.125 1.125 0 0 1 0-2.25h2a1.125 1.125 0 0 1 0 2.25Zm0-5H6a1.125 1.125 0 0 1 0-2.25h2a1.125 1.125 0 0 1 0 2.25ZM15.125 24a1.125 1.125 0 0 1-2.25 0V8a1.125 1.125 0 0 1 2.25 0v16Z"},
  rhUiIcon: null,
};
export declare const RhUiSidebarFillIcon: ComponentClass<SVGIconProps>;
export default RhUiSidebarFillIcon;