import { Valuation } from 'calypso/performance-profiler/types/performance-metrics';
type Props = { speed: Valuation };
const innerSvg = {
good: ,
needsImprovement: (
),
bad: ,
unknown: ,
};
export const StatusIndicator = ( { speed }: Props ) => {
return (
);
};