import { SVGProps } from 'react'; declare const Egretia: (props: SVGProps) => JSX.Element; export { Egretia as default };