import type { RendererFC } from 'jamis-core';
import type { ChartProps } from './types';
export declare const ChartRenderer: RendererFC<ChartProps>;
