import { SVGProps } from 'react'; declare const Polybius: (props: SVGProps) => JSX.Element; export { Polybius as default };