import React from 'react'; import { CChartProps } from './CChart'; import { Chart as ChartJS } from 'chart.js'; export declare const CChartBar: React.ForwardRefExoticComponent & React.RefAttributes | undefined>>; export declare const CChartBubble: React.ForwardRefExoticComponent & React.RefAttributes | undefined>>; export declare const CChartDoughnut: React.ForwardRefExoticComponent & React.RefAttributes | undefined>>; export declare const CChartLine: React.ForwardRefExoticComponent & React.RefAttributes | undefined>>; export declare const CChartPie: React.ForwardRefExoticComponent & React.RefAttributes | undefined>>; export declare const CChartPolarArea: React.ForwardRefExoticComponent & React.RefAttributes | undefined>>; export declare const CChartRadar: React.ForwardRefExoticComponent & React.RefAttributes | undefined>>; export declare const CChartScatter: React.ForwardRefExoticComponent & React.RefAttributes | undefined>>;