import * as React from 'react'; import { RCPCHChartProps } from './RCPCHChart.types'; declare const RCPCHChart: React.FC; export default RCPCHChart;