import { SVGProps } from 'react';

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

export { PolkadotNew as default };
