///
import * as MUI from '@material-ui/core';
import { OmitBannedProps } from '@monorail/v2/shared/helpers';
export declare type StatusProps = {
'aria-label': string | null;
} & Omit, 'children' | 'avatar' | 'aria-label'>;
/**
* Badge-like display, usually for numerical display
*/
export declare function Status(props: StatusProps): JSX.Element;