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