import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const ShareIconConfig: {
  name: 'ShareIcon',
  icon: {"xOffset":0,"yOffset":0,"width":512,"height":512,"svgPathData":"M503.691 189.836L327.687 37.851C312.281 24.546 288 35.347 288 56.015v80.053C127.371 137.907 0 170.1 0 322.326c0 61.441 39.581 122.309 83.333 154.132 13.653 9.931 33.111-2.533 28.077-18.631C66.066 312.814 132.917 274.316 288 272.085V360c0 20.7 24.3 31.453 39.687 18.164l176.004-152c11.071-9.562 11.086-26.753 0-36.328z"},
  rhUiIcon: {"xOffset":0,"yOffset":0,"width":32,"height":32,"svgPathData":"M27 23c-1.21 0-2.29.53-3.02 1.38L8.91 16.84c.06-.27.09-.55.09-.84s-.03-.57-.09-.84l15.07-7.54A3.96 3.96 0 0 0 27 9c2.21 0 4-1.79 4-4s-1.79-4-4-4a3.999 3.999 0 0 0-3.91 4.84L8.02 13.38A3.96 3.96 0 0 0 5 12c-2.21 0-4 1.79-4 4s1.79 4 4 4c1.21 0 2.29-.53 3.02-1.38l15.07 7.54A3.999 3.999 0 0 0 27 31c2.21 0 4-1.79 4-4s-1.79-4-4-4ZM25.01 4.88C25.07 3.83 25.94 3 27 3c1.1 0 2 .9 2 2a2.006 2.006 0 0 1-3.11 1.67C25.36 6.3 25 5.69 25 5c0-.04 0-.08.01-.12ZM6.11 17.67A2.006 2.006 0 0 1 3 16a2.006 2.006 0 0 1 3.11-1.67c.53.37.89.98.89 1.67s-.36 1.3-.89 1.67ZM27 29c-1.06 0-1.93-.83-1.99-1.88-.01-.04-.01-.08-.01-.12 0-.69.36-1.3.89-1.67A2.006 2.006 0 0 1 29 27c0 1.1-.9 2-2 2Z"},
};
export declare const ShareIcon: ComponentClass<SVGIconProps>;
export default ShareIcon;