import { SVGProps } from 'react';

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

export { Quant as default };
