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