import type React from "react"; import { ChartContainer as ShadcnChartContainer, ChartTooltip as ShadcnChartTooltip, ChartTooltipContent as ShadcnChartTooltipContent, ChartLegend as ShadcnChartLegend, ChartLegendContent as ShadcnChartLegendContent, ChartStyle as ShadcnChartStyle } from "src/shadcn/components/chart"; declare const ChartContainer: (props: React.ComponentProps) => import("react/jsx-runtime").JSX.Element; declare const ChartTooltip: (props: React.ComponentProps) => import("react/jsx-runtime").JSX.Element; declare const ChartTooltipContent: (props: React.ComponentProps) => import("react/jsx-runtime").JSX.Element; declare const ChartLegend: (props: React.ComponentProps) => import("react/jsx-runtime").JSX.Element; declare const ChartLegendContent: (props: React.ComponentProps) => import("react/jsx-runtime").JSX.Element; declare const ChartStyle: (props: React.ComponentProps) => import("react/jsx-runtime").JSX.Element; export { ChartContainer, ChartTooltip, ChartTooltipContent, ChartLegend, ChartLegendContent, ChartStyle, }; export type { ChartConfig } from "src/shadcn/components/chart";