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