import { SVGProps } from 'react';

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

export { Orchid as default };
