import { SVGProps } from 'react'; declare const IotChain: (props: SVGProps) => JSX.Element; export { IotChain as default };