import { SystemStatusMessageInfo } from '../../../types';
export declare const getStatusItemStyle: (systemStatusMessageInfo?: SystemStatusMessageInfo) => {
    background: string;
    color: string;
};
