import { type ChartConfig } from "./chart-utils.js";
type $$ComponentProps = {
    id: string;
    config: ChartConfig;
};
declare const ChartStyle: import("svelte").Component<$$ComponentProps, {}, "">;
type ChartStyle = ReturnType<typeof ChartStyle>;
export default ChartStyle;
