import React from 'react';
import { IconProps } from "./";
declare const Share: React.FC<IconProps>;
export default Share;
