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