import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const RhUiShareFillIconConfig: {
  name: 'RhUiShareFillIcon',
  icon: {"xOffset":0,"yOffset":0,"width":32,"height":32,"svgPathData":"M31 27c0 2.206-1.794 4-4 4s-4-1.794-4-4c0-.287.033-.566.091-.836L8 18.618A3.974 3.974 0 0 1 5 20c-2.206 0-4-1.794-4-4s1.794-4 4-4c1.2 0 2.266.542 3 1.382l15.091-7.546A3.973 3.973 0 0 1 23 5c0-2.206 1.794-4 4-4s4 1.794 4 4-1.794 4-4 4c-1.2 0-2.266-.542-3-1.382L8.909 15.164c.058.27.091.549.091.836s-.033.566-.091.836L24 24.382A3.974 3.974 0 0 1 27 23c2.206 0 4 1.794 4 4Z"},
  rhUiIcon: null,
};
export declare const RhUiShareFillIcon: ComponentClass<SVGIconProps>;
export default RhUiShareFillIcon;