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