import React from 'react'; export declare const Status: ({ status }: { status: string | undefined; }) => React.JSX.Element | null;