import { SVGProps } from 'react';

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

export { Shipchain as default };
