import { z } from "zod/v4"; export declare const LineChartCondensedSchema: z.ZodObject<{ labels: z.ZodArray; series: z.ZodArray; }, z.core.$strip>>; variant: z.ZodOptional>; xLabel: z.ZodOptional; yLabel: z.ZodOptional; }, z.core.$strip>; export declare const LineChartCondensed: import("@openuidev/react-lang").DefinedComponent; series: z.ZodArray; }, z.core.$strip>>; variant: z.ZodOptional>; xLabel: z.ZodOptional; yLabel: z.ZodOptional; }, z.core.$strip>>; //# sourceMappingURL=LineChartCondensed.d.ts.map