import type { JSX } from 'solid-js'; import type { ChartValue } from '@tanstack/charts'; import type { ChartProps } from './types.js'; export declare function Chart(props: ChartProps): JSX.Element;