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