import { TestStatuses } from "../models";
export declare const getNotificationColor: (statuses: TestStatuses) => "Good" | "Warning" | "Attention";
