import { SVGProps } from 'react';

declare const Egretia: (props: SVGProps<SVGSVGElement>) => JSX.Element;

export { Egretia as default };
