import React from 'react'; import { AnalyticsGraphProps } from '../types'; declare const AnalyticsGraph: ({ event, accentColor }: AnalyticsGraphProps) => React.JSX.Element; export default AnalyticsGraph;