import { StatusType } from '../interface';
/**
 * 快捷操作，用于快速的展示一个状态
 */
declare const Status: StatusType;
export default Status;
