export declare const STRAIGHT_LINE_ICON = "path://M0 0H25H50V2H25H0V0Z"; export declare const DASHED_LINE_ICON: string; export declare const MIN_WIDTH: { minWidth: string; }; export declare const CHART_WIDTH: { width: string; }; export declare const CHART_HEIGHT: { width: string; height: number; }; export declare const fontFamily = "Roboto, Helvetica, Arial, sans-serif"; export declare const TOOLBOX_DEFAULT_PROPS: { showTitle: boolean; right: string; }; export declare const TOOLTIP_DEFAULT_PROPS: { show: boolean; backgroundColor: string; extraCssText: string; textStyle: { fontSize: number; color: string; fontFamily: string; }; }; export declare const COMMON_STYLE: { fontWeight: number; color: string; fontFamily: string; }; export declare const LEGEND_STYLE: { fontWeight: number; color: string; fontFamily: string; fontSize: number; }; export declare const TITLE_STYLE: { fontWeight: number; color: string; fontFamily: string; fontSize: number; }; export declare const AXIS_SPLIT_LINE: { type: string; opacity: number; color: string; }; export declare const PictorialWrapper: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: React.ElementType; }, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; export declare const DonutWrapper: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: React.ElementType; }, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; export declare const ChartStorieWrapper: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: React.ElementType; }, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; export declare const ChartContainer: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: React.ElementType; }, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; export declare const ChartWrapper: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: React.ElementType; }, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; export declare const ChartTitle: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: React.ElementType; }, import("react").DetailedHTMLProps, HTMLHeadingElement>, {}>; export declare const GaugeLegendContainer: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: React.ElementType; }, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; export declare const GaugeLegendContent: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: React.ElementType; }, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; export declare const GaugeIconContainer: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: React.ElementType; }, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; export declare const GaugeCircle: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: React.ElementType; } & { color?: string; }, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; export declare const GaugeLegend: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: React.ElementType; }, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; export declare const CsvDownloadButton: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: React.ElementType; }, import("react").DetailedHTMLProps, HTMLButtonElement>, {}>;