import type { ChartKitPlugin } from '../../types'; export * from './types'; export { HighchartsReact } from './renderer/components/HighchartsReact'; export declare const HighchartsPlugin: ChartKitPlugin;