import { ChartLineBorderType, ChartLineThresholdType } from './types.js'; export declare const ContainerStyle: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, { $alignItems: "center" | "flex-start"; $height: number; }, never>; export declare const WrapperStyle: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, { $border: ChartLineBorderType; $height: number; }, never>; export declare const ThresholdStyle: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, { $labelPosition?: "top" | "bottom"; $thresholdType: ChartLineThresholdType; $height: number; $backgroundColor?: string; $zIndex: number; }, never>; export declare const ThresholdLabelStyle: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, { $labelPosition?: "top" | "bottom"; }, never>; export declare const LineStyle: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, { $border: ChartLineBorderType; $isFullWidth: boolean; $width: string; $backgroundColor?: string; $zIndex: number; }, never>; //# sourceMappingURL=ChartLineStyles.d.ts.map