import { z } from 'zod'; export declare const AxisLabelSchema: z.ZodObject<{ enabled: z.ZodOptional; gridLines: z.ZodOptional; intervalJumps: z.ZodOptional; isIntervalEnabled: z.ZodOptional; labels: z.ZodOptional>; logarithmic: z.ZodOptional; min: z.ZodOptional; max: z.ZodOptional; templateMainYHasGridLines: z.ZodOptional; title: z.ZodOptional; }, "strip", z.ZodTypeAny, { enabled: boolean; text?: string | undefined; }, { enabled: boolean; text?: string | undefined; }>>; x2Title: z.ZodOptional; }, "strip", z.ZodTypeAny, { enabled: boolean; text?: string | undefined; }, { enabled: boolean; text?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { title?: { enabled: boolean; text?: string | undefined; } | undefined; min?: number | undefined; max?: number | undefined; labels?: { enabled: boolean; } | undefined; enabled?: boolean | undefined; gridLines?: boolean | undefined; intervalJumps?: number | undefined; isIntervalEnabled?: boolean | undefined; logarithmic?: boolean | undefined; templateMainYHasGridLines?: boolean | undefined; x2Title?: { enabled: boolean; text?: string | undefined; } | undefined; }, { title?: { enabled: boolean; text?: string | undefined; } | undefined; min?: number | undefined; max?: number | undefined; labels?: { enabled: boolean; } | undefined; enabled?: boolean | undefined; gridLines?: boolean | undefined; intervalJumps?: number | undefined; isIntervalEnabled?: boolean | undefined; logarithmic?: boolean | undefined; templateMainYHasGridLines?: boolean | undefined; x2Title?: { enabled: boolean; text?: string | undefined; } | undefined; }>; export declare const MarkersSchema: z.ZodObject<{ enabled: z.ZodBoolean; fill: z.ZodOptional>; size: z.ZodOptional>; }, "strip", z.ZodTypeAny, { enabled: boolean; fill?: "filled" | "hollow" | undefined; size?: "small" | "large" | undefined; }, { enabled: boolean; fill?: "filled" | "hollow" | undefined; size?: "small" | "large" | undefined; }>; export declare const NavigatorSchema: z.ZodObject<{ series: z.ZodObject<{ type: z.ZodString; dataGrouping: z.ZodObject<{ enabled: z.ZodBoolean; }, "strip", z.ZodTypeAny, { enabled: boolean; }, { enabled: boolean; }>; color: z.ZodOptional; }, "strip", z.ZodTypeAny, { type: string; dataGrouping: { enabled: boolean; }; color?: string | undefined; }, { type: string; dataGrouping: { enabled: boolean; }; color?: string | undefined; }>; enabled: z.ZodBoolean; margin: z.ZodNumber; height: z.ZodNumber; xAxis: z.ZodObject<{ type: z.ZodOptional>; title: z.ZodOptional>; enabled: z.ZodOptional; margin: z.ZodOptional; style: z.ZodOptional; fontSize: z.ZodOptional; fontWeight: z.ZodOptional; color: z.ZodOptional; textOutline: z.ZodOptional; pointerEvents: z.ZodOptional; textOverflow: z.ZodOptional; width: z.ZodOptional; }, "strip", z.ZodTypeAny, { color?: string | undefined; width?: string | undefined; pointerEvents?: string | undefined; textOverflow?: string | undefined; fontFamily?: string | undefined; fontSize?: string | undefined; fontWeight?: string | undefined; textOutline?: string | undefined; }, { color?: string | undefined; width?: string | undefined; pointerEvents?: string | undefined; textOverflow?: string | undefined; fontFamily?: string | undefined; fontSize?: string | undefined; fontWeight?: string | undefined; textOutline?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { style?: { color?: string | undefined; width?: string | undefined; pointerEvents?: string | undefined; textOverflow?: string | undefined; fontFamily?: string | undefined; fontSize?: string | undefined; fontWeight?: string | undefined; textOutline?: string | undefined; } | undefined; text?: string | null | undefined; enabled?: boolean | undefined; margin?: number | undefined; }, { style?: { color?: string | undefined; width?: string | undefined; pointerEvents?: string | undefined; textOverflow?: string | undefined; fontFamily?: string | undefined; fontSize?: string | undefined; fontWeight?: string | undefined; textOutline?: string | undefined; } | undefined; text?: string | null | undefined; enabled?: boolean | undefined; margin?: number | undefined; }>>; gridLineDashStyle: z.ZodOptional>; gridLineWidth: z.ZodOptional; gridLineColor: z.ZodOptional; tickWidth: z.ZodOptional; lineColor: z.ZodOptional; lineWidth: z.ZodOptional; labels: z.ZodOptional>; enabled: z.ZodOptional; autoRotation: z.ZodOptional>; style: z.ZodOptional; fontSize: z.ZodOptional; fontWeight: z.ZodOptional; color: z.ZodOptional; textOutline: z.ZodOptional; pointerEvents: z.ZodOptional; textOverflow: z.ZodOptional; width: z.ZodOptional; }, "strip", z.ZodTypeAny, { color?: string | undefined; width?: string | undefined; pointerEvents?: string | undefined; textOverflow?: string | undefined; fontFamily?: string | undefined; fontSize?: string | undefined; fontWeight?: string | undefined; textOutline?: string | undefined; }, { color?: string | undefined; width?: string | undefined; pointerEvents?: string | undefined; textOverflow?: string | undefined; fontFamily?: string | undefined; fontSize?: string | undefined; fontWeight?: string | undefined; textOutline?: string | undefined; }>>; rotation: z.ZodOptional; formatter: z.ZodOptional, z.ZodUnknown>>; }, "strip", z.ZodTypeAny, { style?: { color?: string | undefined; width?: string | undefined; pointerEvents?: string | undefined; textOverflow?: string | undefined; fontFamily?: string | undefined; fontSize?: string | undefined; fontWeight?: string | undefined; textOutline?: string | undefined; } | undefined; enabled?: boolean | undefined; rotation?: number | undefined; overflow?: "none" | "justify" | undefined; autoRotation?: number[] | undefined; formatter?: ((...args: unknown[]) => unknown) | undefined; }, { style?: { color?: string | undefined; width?: string | undefined; pointerEvents?: string | undefined; textOverflow?: string | undefined; fontFamily?: string | undefined; fontSize?: string | undefined; fontWeight?: string | undefined; textOutline?: string | undefined; } | undefined; enabled?: boolean | undefined; rotation?: number | undefined; overflow?: "none" | "justify" | undefined; autoRotation?: number[] | undefined; formatter?: ((...args: unknown[]) => unknown) | undefined; }>>; min: z.ZodOptional>; max: z.ZodOptional>; minPadding: z.ZodOptional; maxPadding: z.ZodOptional; tickInterval: z.ZodOptional>; categories: z.ZodOptional>; opposite: z.ZodOptional; plotBands: z.ZodOptional; label: z.ZodOptional; fontSize: z.ZodOptional; fontWeight: z.ZodOptional; color: z.ZodOptional; textOutline: z.ZodOptional; pointerEvents: z.ZodOptional; textOverflow: z.ZodOptional; width: z.ZodOptional; }, "strip", z.ZodTypeAny, { color?: string | undefined; width?: string | undefined; pointerEvents?: string | undefined; textOverflow?: string | undefined; fontFamily?: string | undefined; fontSize?: string | undefined; fontWeight?: string | undefined; textOutline?: string | undefined; }, { color?: string | undefined; width?: string | undefined; pointerEvents?: string | undefined; textOverflow?: string | undefined; fontFamily?: string | undefined; fontSize?: string | undefined; fontWeight?: string | undefined; textOutline?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { text: string; x: number; y: number; style?: { color?: string | undefined; width?: string | undefined; pointerEvents?: string | undefined; textOverflow?: string | undefined; fontFamily?: string | undefined; fontSize?: string | undefined; fontWeight?: string | undefined; textOutline?: string | undefined; } | undefined; }, { text: string; x: number; y: number; style?: { color?: string | undefined; width?: string | undefined; pointerEvents?: string | undefined; textOverflow?: string | undefined; fontFamily?: string | undefined; fontSize?: string | undefined; fontWeight?: string | undefined; textOutline?: string | undefined; } | undefined; }>>; }, "strip", z.ZodTypeAny, { from: number; to: number; label?: { text: string; x: number; y: number; style?: { color?: string | undefined; width?: string | undefined; pointerEvents?: string | undefined; textOverflow?: string | undefined; fontFamily?: string | undefined; fontSize?: string | undefined; fontWeight?: string | undefined; textOutline?: string | undefined; } | undefined; } | undefined; color?: string | undefined; }, { from: number; to: number; label?: { text: string; x: number; y: number; style?: { color?: string | undefined; width?: string | undefined; pointerEvents?: string | undefined; textOverflow?: string | undefined; fontFamily?: string | undefined; fontSize?: string | undefined; fontWeight?: string | undefined; textOutline?: string | undefined; } | undefined; } | undefined; color?: string | undefined; }>, "many">>; plotLines: z.ZodOptional, "many">>; tickmarkPlacement: z.ZodOptional; minorGridLineWidth: z.ZodOptional; minorTickWidth: z.ZodOptional; startOnTick: z.ZodOptional; endOnTick: z.ZodOptional; tickColor: z.ZodOptional; tickLength: z.ZodOptional; minorTickColor: z.ZodOptional; minorTickLength: z.ZodOptional; minorGridLineColor: z.ZodOptional; minorGridLineDashStyle: z.ZodOptional; stackLabels: z.ZodOptional; fontSize: z.ZodOptional; fontWeight: z.ZodOptional; color: z.ZodOptional; textOutline: z.ZodOptional; pointerEvents: z.ZodOptional; textOverflow: z.ZodOptional; width: z.ZodOptional; }, "strip", z.ZodTypeAny, { color?: string | undefined; width?: string | undefined; pointerEvents?: string | undefined; textOverflow?: string | undefined; fontFamily?: string | undefined; fontSize?: string | undefined; fontWeight?: string | undefined; textOutline?: string | undefined; }, { color?: string | undefined; width?: string | undefined; pointerEvents?: string | undefined; textOverflow?: string | undefined; fontFamily?: string | undefined; fontSize?: string | undefined; fontWeight?: string | undefined; textOutline?: string | undefined; }>; crop: z.ZodBoolean; allowOverlap: z.ZodBoolean; enabled: z.ZodBoolean; rotation: z.ZodNumber; labelrank: z.ZodNumber; x: z.ZodOptional; y: z.ZodOptional; }, "strip", z.ZodTypeAny, { style: { color?: string | undefined; width?: string | undefined; pointerEvents?: string | undefined; textOverflow?: string | undefined; fontFamily?: string | undefined; fontSize?: string | undefined; fontWeight?: string | undefined; textOutline?: string | undefined; }; enabled: boolean; rotation: number; crop: boolean; allowOverlap: boolean; labelrank: number; x?: number | undefined; y?: number | undefined; }, { style: { color?: string | undefined; width?: string | undefined; pointerEvents?: string | undefined; textOverflow?: string | undefined; fontFamily?: string | undefined; fontSize?: string | undefined; fontWeight?: string | undefined; textOutline?: string | undefined; }; enabled: boolean; rotation: number; crop: boolean; allowOverlap: boolean; labelrank: number; x?: number | undefined; y?: number | undefined; }>>; showLastLabel: z.ZodOptional; visible: z.ZodOptional; }, "strip", z.ZodTypeAny, { type?: "logarithmic" | "linear" | undefined; title?: { style?: { color?: string | undefined; width?: string | undefined; pointerEvents?: string | undefined; textOverflow?: string | undefined; fontFamily?: string | undefined; fontSize?: string | undefined; fontWeight?: string | undefined; textOutline?: string | undefined; } | undefined; text?: string | null | undefined; enabled?: boolean | undefined; margin?: number | undefined; } | undefined; min?: number | null | undefined; max?: number | null | undefined; lineWidth?: number | undefined; labels?: { style?: { color?: string | undefined; width?: string | undefined; pointerEvents?: string | undefined; textOverflow?: string | undefined; fontFamily?: string | undefined; fontSize?: string | undefined; fontWeight?: string | undefined; textOutline?: string | undefined; } | undefined; enabled?: boolean | undefined; rotation?: number | undefined; overflow?: "none" | "justify" | undefined; autoRotation?: number[] | undefined; formatter?: ((...args: unknown[]) => unknown) | undefined; } | undefined; categories?: string[] | undefined; visible?: boolean | undefined; gridLineDashStyle?: "Dot" | undefined; gridLineWidth?: number | undefined; gridLineColor?: string | undefined; tickWidth?: number | undefined; lineColor?: string | undefined; minPadding?: number | undefined; maxPadding?: number | undefined; tickInterval?: number | null | undefined; opposite?: boolean | undefined; plotBands?: { from: number; to: number; label?: { text: string; x: number; y: number; style?: { color?: string | undefined; width?: string | undefined; pointerEvents?: string | undefined; textOverflow?: string | undefined; fontFamily?: string | undefined; fontSize?: string | undefined; fontWeight?: string | undefined; textOutline?: string | undefined; } | undefined; } | undefined; color?: string | undefined; }[] | undefined; plotLines?: { value: number; color: string; width: number; dashStyle: string; }[] | undefined; tickmarkPlacement?: string | undefined; minorGridLineWidth?: number | undefined; minorTickWidth?: number | undefined; startOnTick?: boolean | undefined; endOnTick?: boolean | undefined; tickColor?: string | undefined; tickLength?: number | undefined; minorTickColor?: string | undefined; minorTickLength?: number | undefined; minorGridLineColor?: string | undefined; minorGridLineDashStyle?: string | undefined; stackLabels?: { style: { color?: string | undefined; width?: string | undefined; pointerEvents?: string | undefined; textOverflow?: string | undefined; fontFamily?: string | undefined; fontSize?: string | undefined; fontWeight?: string | undefined; textOutline?: string | undefined; }; enabled: boolean; rotation: number; crop: boolean; allowOverlap: boolean; labelrank: number; x?: number | undefined; y?: number | undefined; } | undefined; showLastLabel?: boolean | undefined; }, { type?: "logarithmic" | "linear" | undefined; title?: { style?: { color?: string | undefined; width?: string | undefined; pointerEvents?: string | undefined; textOverflow?: string | undefined; fontFamily?: string | undefined; fontSize?: string | undefined; fontWeight?: string | undefined; textOutline?: string | undefined; } | undefined; text?: string | null | undefined; enabled?: boolean | undefined; margin?: number | undefined; } | undefined; min?: number | null | undefined; max?: number | null | undefined; lineWidth?: number | undefined; labels?: { style?: { color?: string | undefined; width?: string | undefined; pointerEvents?: string | undefined; textOverflow?: string | undefined; fontFamily?: string | undefined; fontSize?: string | undefined; fontWeight?: string | undefined; textOutline?: string | undefined; } | undefined; enabled?: boolean | undefined; rotation?: number | undefined; overflow?: "none" | "justify" | undefined; autoRotation?: number[] | undefined; formatter?: ((...args: unknown[]) => unknown) | undefined; } | undefined; categories?: string[] | undefined; visible?: boolean | undefined; gridLineDashStyle?: "Dot" | undefined; gridLineWidth?: number | undefined; gridLineColor?: string | undefined; tickWidth?: number | undefined; lineColor?: string | undefined; minPadding?: number | undefined; maxPadding?: number | undefined; tickInterval?: number | null | undefined; opposite?: boolean | undefined; plotBands?: { from: number; to: number; label?: { text: string; x: number; y: number; style?: { color?: string | undefined; width?: string | undefined; pointerEvents?: string | undefined; textOverflow?: string | undefined; fontFamily?: string | undefined; fontSize?: string | undefined; fontWeight?: string | undefined; textOutline?: string | undefined; } | undefined; } | undefined; color?: string | undefined; }[] | undefined; plotLines?: { value: number; color: string; width: number; dashStyle: string; }[] | undefined; tickmarkPlacement?: string | undefined; minorGridLineWidth?: number | undefined; minorTickWidth?: number | undefined; startOnTick?: boolean | undefined; endOnTick?: boolean | undefined; tickColor?: string | undefined; tickLength?: number | undefined; minorTickColor?: string | undefined; minorTickLength?: number | undefined; minorGridLineColor?: string | undefined; minorGridLineDashStyle?: string | undefined; stackLabels?: { style: { color?: string | undefined; width?: string | undefined; pointerEvents?: string | undefined; textOverflow?: string | undefined; fontFamily?: string | undefined; fontSize?: string | undefined; fontWeight?: string | undefined; textOutline?: string | undefined; }; enabled: boolean; rotation: number; crop: boolean; allowOverlap: boolean; labelrank: number; x?: number | undefined; y?: number | undefined; } | undefined; showLastLabel?: boolean | undefined; }>; handles: z.ZodOptional>; backgroundColor: z.ZodOptional; borderColor: z.ZodOptional; }, "strip", z.ZodTypeAny, { backgroundColor?: string | undefined; borderColor?: string | undefined; symbols?: string[] | undefined; }, { backgroundColor?: string | undefined; borderColor?: string | undefined; symbols?: string[] | undefined; }>>; maskInside: z.ZodBoolean; maskFill: z.ZodString; outlineColor: z.ZodString; outlineWidth: z.ZodNumber; threshold: z.ZodOptional; tooltipFormatter: z.ZodOptional, z.ZodUnknown>>; }, "strip", z.ZodTypeAny, { height: number; xAxis: { type?: "logarithmic" | "linear" | undefined; title?: { style?: { color?: string | undefined; width?: string | undefined; pointerEvents?: string | undefined; textOverflow?: string | undefined; fontFamily?: string | undefined; fontSize?: string | undefined; fontWeight?: string | undefined; textOutline?: string | undefined; } | undefined; text?: string | null | undefined; enabled?: boolean | undefined; margin?: number | undefined; } | undefined; min?: number | null | undefined; max?: number | null | undefined; lineWidth?: number | undefined; labels?: { style?: { color?: string | undefined; width?: string | undefined; pointerEvents?: string | undefined; textOverflow?: string | undefined; fontFamily?: string | undefined; fontSize?: string | undefined; fontWeight?: string | undefined; textOutline?: string | undefined; } | undefined; enabled?: boolean | undefined; rotation?: number | undefined; overflow?: "none" | "justify" | undefined; autoRotation?: number[] | undefined; formatter?: ((...args: unknown[]) => unknown) | undefined; } | undefined; categories?: string[] | undefined; visible?: boolean | undefined; gridLineDashStyle?: "Dot" | undefined; gridLineWidth?: number | undefined; gridLineColor?: string | undefined; tickWidth?: number | undefined; lineColor?: string | undefined; minPadding?: number | undefined; maxPadding?: number | undefined; tickInterval?: number | null | undefined; opposite?: boolean | undefined; plotBands?: { from: number; to: number; label?: { text: string; x: number; y: number; style?: { color?: string | undefined; width?: string | undefined; pointerEvents?: string | undefined; textOverflow?: string | undefined; fontFamily?: string | undefined; fontSize?: string | undefined; fontWeight?: string | undefined; textOutline?: string | undefined; } | undefined; } | undefined; color?: string | undefined; }[] | undefined; plotLines?: { value: number; color: string; width: number; dashStyle: string; }[] | undefined; tickmarkPlacement?: string | undefined; minorGridLineWidth?: number | undefined; minorTickWidth?: number | undefined; startOnTick?: boolean | undefined; endOnTick?: boolean | undefined; tickColor?: string | undefined; tickLength?: number | undefined; minorTickColor?: string | undefined; minorTickLength?: number | undefined; minorGridLineColor?: string | undefined; minorGridLineDashStyle?: string | undefined; stackLabels?: { style: { color?: string | undefined; width?: string | undefined; pointerEvents?: string | undefined; textOverflow?: string | undefined; fontFamily?: string | undefined; fontSize?: string | undefined; fontWeight?: string | undefined; textOutline?: string | undefined; }; enabled: boolean; rotation: number; crop: boolean; allowOverlap: boolean; labelrank: number; x?: number | undefined; y?: number | undefined; } | undefined; showLastLabel?: boolean | undefined; }; series: { type: string; dataGrouping: { enabled: boolean; }; color?: string | undefined; }; enabled: boolean; margin: number; maskInside: boolean; maskFill: string; outlineColor: string; outlineWidth: number; handles?: { backgroundColor?: string | undefined; borderColor?: string | undefined; symbols?: string[] | undefined; } | undefined; threshold?: number | undefined; tooltipFormatter?: ((...args: unknown[]) => unknown) | undefined; }, { height: number; xAxis: { type?: "logarithmic" | "linear" | undefined; title?: { style?: { color?: string | undefined; width?: string | undefined; pointerEvents?: string | undefined; textOverflow?: string | undefined; fontFamily?: string | undefined; fontSize?: string | undefined; fontWeight?: string | undefined; textOutline?: string | undefined; } | undefined; text?: string | null | undefined; enabled?: boolean | undefined; margin?: number | undefined; } | undefined; min?: number | null | undefined; max?: number | null | undefined; lineWidth?: number | undefined; labels?: { style?: { color?: string | undefined; width?: string | undefined; pointerEvents?: string | undefined; textOverflow?: string | undefined; fontFamily?: string | undefined; fontSize?: string | undefined; fontWeight?: string | undefined; textOutline?: string | undefined; } | undefined; enabled?: boolean | undefined; rotation?: number | undefined; overflow?: "none" | "justify" | undefined; autoRotation?: number[] | undefined; formatter?: ((...args: unknown[]) => unknown) | undefined; } | undefined; categories?: string[] | undefined; visible?: boolean | undefined; gridLineDashStyle?: "Dot" | undefined; gridLineWidth?: number | undefined; gridLineColor?: string | undefined; tickWidth?: number | undefined; lineColor?: string | undefined; minPadding?: number | undefined; maxPadding?: number | undefined; tickInterval?: number | null | undefined; opposite?: boolean | undefined; plotBands?: { from: number; to: number; label?: { text: string; x: number; y: number; style?: { color?: string | undefined; width?: string | undefined; pointerEvents?: string | undefined; textOverflow?: string | undefined; fontFamily?: string | undefined; fontSize?: string | undefined; fontWeight?: string | undefined; textOutline?: string | undefined; } | undefined; } | undefined; color?: string | undefined; }[] | undefined; plotLines?: { value: number; color: string; width: number; dashStyle: string; }[] | undefined; tickmarkPlacement?: string | undefined; minorGridLineWidth?: number | undefined; minorTickWidth?: number | undefined; startOnTick?: boolean | undefined; endOnTick?: boolean | undefined; tickColor?: string | undefined; tickLength?: number | undefined; minorTickColor?: string | undefined; minorTickLength?: number | undefined; minorGridLineColor?: string | undefined; minorGridLineDashStyle?: string | undefined; stackLabels?: { style: { color?: string | undefined; width?: string | undefined; pointerEvents?: string | undefined; textOverflow?: string | undefined; fontFamily?: string | undefined; fontSize?: string | undefined; fontWeight?: string | undefined; textOutline?: string | undefined; }; enabled: boolean; rotation: number; crop: boolean; allowOverlap: boolean; labelrank: number; x?: number | undefined; y?: number | undefined; } | undefined; showLastLabel?: boolean | undefined; }; series: { type: string; dataGrouping: { enabled: boolean; }; color?: string | undefined; }; enabled: boolean; margin: number; maskInside: boolean; maskFill: string; outlineColor: string; outlineWidth: number; handles?: { backgroundColor?: string | undefined; borderColor?: string | undefined; symbols?: string[] | undefined; } | undefined; threshold?: number | undefined; tooltipFormatter?: ((...args: unknown[]) => unknown) | undefined; }>; export declare const ReservedStyleOptionsSchema: z.ZodObject<{ 'colors/columns': z.ZodOptional; 'colors/headers': z.ZodOptional; 'colors/rows': z.ZodOptional; components: z.ZodOptional; }, "strip", z.ZodTypeAny, { title: { enabled: boolean; }; }, { title: { enabled: boolean; }; }>>; skin: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'colors/columns'?: boolean | undefined; 'colors/headers'?: boolean | undefined; 'colors/rows'?: boolean | undefined; components?: { title: { enabled: boolean; }; } | undefined; skin?: string | undefined; }, { 'colors/columns'?: boolean | undefined; 'colors/headers'?: boolean | undefined; 'colors/rows'?: boolean | undefined; components?: { title: { enabled: boolean; }; } | undefined; skin?: string | undefined; }>; export declare const LineStyleOptionsSchema: z.ZodObject<{ legend: z.ZodOptional>>; }, "strip", z.ZodTypeAny, { enabled: boolean; position?: "left" | "right" | "top" | "bottom" | null | undefined; }, { enabled: boolean; position?: "left" | "right" | "top" | "bottom" | null | undefined; }>>; seriesLabels: z.ZodOptional; showValue: z.ZodOptional; showPercentage: z.ZodOptional; }, "strip", z.ZodTypeAny, { enabled: boolean; rotation?: number | undefined; showValue?: boolean | undefined; showPercentage?: boolean | undefined; }, { enabled: boolean; rotation?: number | undefined; showValue?: boolean | undefined; showPercentage?: boolean | undefined; }>>; totalLabels: z.ZodOptional; }, "strip", z.ZodTypeAny, { enabled: boolean; rotation?: number | undefined; }, { enabled: boolean; rotation?: number | undefined; }>>; dataLimits: z.ZodOptional>; width: z.ZodOptional; height: z.ZodOptional; 'colors/columns': z.ZodOptional; 'colors/headers': z.ZodOptional; 'colors/rows': z.ZodOptional; components: z.ZodOptional; }, "strip", z.ZodTypeAny, { title: { enabled: boolean; }; }, { title: { enabled: boolean; }; }>>; skin: z.ZodOptional; lineWidth: z.ZodEnum<["medium", "thick", "thin"]>; subtype: z.ZodOptional>; }, "strip", z.ZodTypeAny, { lineWidth: "medium" | "thick" | "thin"; legend?: { enabled: boolean; position?: "left" | "right" | "top" | "bottom" | null | undefined; } | undefined; width?: number | undefined; height?: number | undefined; subtype?: "line/spline" | "line/basic" | "line/step" | undefined; seriesLabels?: { enabled: boolean; rotation?: number | undefined; showValue?: boolean | undefined; showPercentage?: boolean | undefined; } | undefined; dataLimits?: { categoriesCapacity: number; seriesCapacity: number; } | undefined; 'colors/columns'?: boolean | undefined; 'colors/headers'?: boolean | undefined; 'colors/rows'?: boolean | undefined; components?: { title: { enabled: boolean; }; } | undefined; skin?: string | undefined; totalLabels?: { enabled: boolean; rotation?: number | undefined; } | undefined; }, { lineWidth: "medium" | "thick" | "thin"; legend?: { enabled: boolean; position?: "left" | "right" | "top" | "bottom" | null | undefined; } | undefined; width?: number | undefined; height?: number | undefined; subtype?: "line/spline" | "line/basic" | "line/step" | undefined; seriesLabels?: { enabled: boolean; rotation?: number | undefined; showValue?: boolean | undefined; showPercentage?: boolean | undefined; } | undefined; dataLimits?: { categoriesCapacity: number; seriesCapacity: number; } | undefined; 'colors/columns'?: boolean | undefined; 'colors/headers'?: boolean | undefined; 'colors/rows'?: boolean | undefined; components?: { title: { enabled: boolean; }; } | undefined; skin?: string | undefined; totalLabels?: { enabled: boolean; rotation?: number | undefined; } | undefined; }>; export type LineStyleOptions = z.infer; //# sourceMappingURL=schemas.d.ts.map