import React from 'react'; import type { PathIconProps, PathIconRef } from './components/PathIcon'; declare const ShareOutlined: React.MemoExoticComponent>; declare type ShareOutlinedRef = PathIconRef; declare type ShareOutlinedProps = PathIconProps; export { ShareOutlined }; export type { ShareOutlinedRef, ShareOutlinedProps }; export default ShareOutlined;