import { SVGProps } from 'react';

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

export { MolecularFuture as default };
