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