import { SVGProps } from 'react';

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

export { Origintrail as default };
