import React from 'react';
type TimelineLegendItemProps = {
    color: string;
    phaseName: string | null;
};
declare const TimelineLegendItem: ({ color, phaseName, }: TimelineLegendItemProps) => React.ReactNode;
export default TimelineLegendItem;
//# sourceMappingURL=TimelineLegendItem.d.ts.map