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