/// <reference types="react" />
declare const Share: (props: any, ref: any) => JSX.Element;
export default Share;
