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