import './style.scss'; import type { IChartState } from './logic'; import type { IChartBaseProps, ChartComponent, ChartSide } from './types'; export type { ChartComponent, ChartSide, IChartBaseProps, IChartState }; export declare function ChartBase({ children, chartState, className, id, style, }: IChartBaseProps): import("react/jsx-runtime").JSX.Element;