import { SVGProps } from 'react';

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

export { Fusion as default };
