import { SVGProps } from 'react';

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

export { Pancakeswap as default };
