/// import type { IChartType, PropsType } from './types'; export declare const ChartCustomConnector: (props: PropsType & { type: IChartType; ['data-testid']: string; }) => JSX.Element;