import './chart.css';
import { type ChartProps as Props } from '.';
declare const Chart: import("svelte").Component<Props, {}, "">;
type Chart = ReturnType<typeof Chart>;
export default Chart;
