import { SVGProps } from 'react';

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

export { Casper as default };
