import { SVGProps } from 'react';

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

export { Turtlecoin as default };
