import { SVGProps } from 'react';

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

export { Trezarcoin as default };
