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