import React from 'react'; import { ComboChartProps } from './types'; export declare const ComboChart: React.FC;