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