import { SVGProps } from 'react';

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

export { Likecoin as default };
