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