import { SVGProps } from 'react';

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

export { IotChain as default };
