import { ComponentPropsWithRef, ReactElement } from "react";
/**
 * @public
 */
declare function ShareIcon(props: ComponentPropsWithRef<"svg">): ReactElement;
export { ShareIcon, ShareIcon as default };
//# sourceMappingURL=Share.d.ts.map