import { SVGProps } from 'react';

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

export { Tezos as default };
