import { SVGProps } from 'react';

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

export { Enzyme as default };
