import { SVGProps } from 'react';

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

export { Status as default };
