import React from 'react'; import { eventChartProps } from './types'; declare const IntervalEventChart: React.FC; export default IntervalEventChart;