import { IconProps } from '../lib';
declare function Share(props: IconProps): JSX.Element;
export default Share;
