import { SVGProps } from 'react';

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

export { Whitecoin as default };
