import { SVGProps } from 'react';

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

export { Chainx as default };
