import { SVGProps } from 'react';

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

export { Spankchain as default };
