/** * Get the `lightweight-charts` chart api object and the container `
` referrence. * * ❗Only use inside ``. * * @returns object.chart: `IChartApi` * @returns object.containerRef: `React.Ref` */ export declare function useChart(): import("../context").ChartContextValue;