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