import type { Chart } from '../core/chart'; import type { ChartContainerRef } from './ChartContainer'; export declare function useChart(): { ref: import("react").RefObject; getChart: () => Chart | null; };