import { TestStatuses } from "../models";
export declare const getNotificationBackground: (statuses: TestStatuses) => string;
