import { SVGProps } from 'react';

declare const FraxShare: (props: SVGProps<SVGSVGElement>) => JSX.Element;

export { FraxShare as default };
