import { SVGProps } from 'react';

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

export { Quantstamp as default };
