import { SVGProps } from 'react';

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

export { Newton as default };
