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