import { ReactElement } from 'react'; declare type TimeLineProps = { startLabel: string; endLabel: string; colorRange: string[]; }; declare const CarbonIntensityRange: (props: TimeLineProps) => ReactElement; export default CarbonIntensityRange;