import type { SVGProps } from "react"; import * as React from "react"; declare const SvgCup: (props: SVGProps) => React.JSX.Element; export default SvgCup; //# sourceMappingURL=Cup.d.ts.map