import { SVGProps } from 'react';

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

export { Cardano as default };
