import type { LineChartProp } from "../../props/components/charts.prop.js"; export type { LineChartProp, LineChartProp as LineChartProps, } from "../../props/components/charts.prop.js"; /** * Line chart — trends over an ordered category axis (one or more series). * Import from the tree-shaken `@godxjp/ui/charts` entry; requires the `recharts` * optional peer dependency. */ export declare function LineChart(props: LineChartProp): import("react").JSX.Element;