import { SVGProps } from 'react';

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

export { Quarkchain as default };
