import { SVGProps } from 'react';

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

export { Polybius as default };
