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