import React from 'react';
import { StatusProps } from './interfaces';
export declare const Status: React.FC<StatusProps>;
