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