interface Props {
    statusColor: string;
    score?: number;
}
export declare const rawStatusBadge: ({ statusColor, score, }: Props) => string;
export {};
