export declare const preview: { ({ embeddableTheme, }: { embeddableTheme: any; }): React.JSX.Element; displayName: string; }; export declare const meta: { readonly name: "BarLineChartPro"; readonly label: "Bar + Line Chart"; readonly category: "Combo Charts"; readonly inputs: [{ readonly name: "dataset"; readonly type: "dataset"; readonly label: "Dataset"; readonly required: true; readonly category: "Component Data"; }, { readonly label: "Bar measures"; readonly inputs: [...any[], { readonly type: import("@embeddable.com/core").EmbeddableType; readonly name: "color"; readonly label: "Color"; }, { readonly name: "showValueAsPercentage"; readonly type: "boolean"; readonly label: "Show values as percentage"; readonly defaultValue: false; }]; readonly name: "measures"; readonly type: "measure"; readonly array: true; readonly config: { readonly dataset: "dataset"; }; readonly required: true; readonly category: "Component Data"; }, { readonly name: "lineMeasures"; readonly label: "Line measures"; readonly required: false; readonly inputs: [...any[], { readonly name: "lineColor"; readonly label: "Line color"; readonly type: import("@embeddable.com/core").EmbeddableType; }, { readonly name: "dashedLine"; readonly label: "Dashed line"; readonly defaultValue: false; readonly type: "boolean"; }, { readonly name: "connectGaps"; readonly label: "Connect gaps"; readonly defaultValue: true; readonly type: "boolean"; }, { readonly name: "fillUnderLine"; readonly label: "Fill under line"; readonly type: "boolean"; }, { readonly name: "useSecondaryAxis"; readonly label: "Assign to secondary axis"; readonly type: "boolean"; }]; readonly type: "measure"; readonly array: true; readonly config: { readonly dataset: "dataset"; }; readonly category: "Component Data"; }, { readonly label: "X-axis"; readonly name: "dimension"; readonly type: "dimension"; readonly config: { readonly dataset: "dataset"; }; readonly required: true; readonly category: "Component Data"; readonly inputs: any[]; }, { readonly name: "title"; readonly type: "string"; readonly label: "Title"; readonly category: "Component Header"; }, { readonly name: "description"; readonly type: "string"; readonly label: "Description"; readonly category: "Component Header"; }, { readonly name: "tooltip"; readonly type: "string"; readonly label: "Tooltip"; readonly category: "Component Header"; }, { readonly name: "showLegend"; readonly type: "boolean"; readonly label: "Show legend"; readonly defaultValue: true; readonly category: "Component Settings"; }, { readonly name: "showTooltips"; readonly type: "boolean"; readonly label: "Show tooltips"; readonly defaultValue: true; readonly category: "Component Settings"; }, { readonly name: "showValueLabels"; readonly type: "boolean"; readonly label: "Show value labels"; readonly defaultValue: true; readonly category: "Component Settings"; }, { readonly name: "showValueLabelsLine"; readonly label: "Show value labels - line"; readonly type: "boolean"; readonly defaultValue: true; readonly category: "Component Settings"; }, { readonly name: "showLogarithmicScale"; readonly type: "boolean"; readonly label: "Show logarithmic scale"; readonly defaultValue: false; readonly category: "Component Settings"; }, { readonly name: "xAxisLabel"; readonly type: "string"; readonly label: "X-axis Label"; readonly category: "Axes Settings"; }, { readonly name: "yAxisLabel"; readonly type: "string"; readonly label: "Y-axis label"; readonly category: "Axes Settings"; }, { readonly name: "yAxisRangeMin"; readonly type: "number"; readonly label: "Y-axis range min"; readonly category: "Axes Settings"; }, { readonly name: "yAxisRangeMax"; readonly type: "number"; readonly label: "Y-axis range max"; readonly category: "Axes Settings"; }, { readonly name: "reverseXAxis"; readonly type: "boolean"; readonly label: "Reverse x-axis"; readonly defaultValue: false; readonly category: "Axes Settings"; }, { readonly name: "xAxisMaxItems"; readonly type: "number"; readonly label: "Max x-axis items"; readonly category: "Axes Settings"; }, { readonly name: "yAxisSecondaryLabel"; readonly label: "Secondary Y-axis label"; readonly description: "Label for the right-hand Y-axis used by line series."; readonly type: "string"; readonly category: "Axes Settings"; }, { readonly name: "yAxisSecondaryMin"; readonly label: "Secondary Y-axis min"; readonly description: "Minimum value for the right-hand Y-axis used by line series."; readonly type: "number"; readonly category: "Axes Settings"; }, { readonly name: "yAxisSecondaryMax"; readonly label: "Secondary Y-axis max"; readonly description: "Maximum value for the right-hand Y-axis used by line series."; readonly type: "number"; readonly category: "Axes Settings"; }, { readonly name: "maxResults"; readonly type: "number"; readonly label: "Max results"; readonly category: "Component Settings"; readonly defaultValue: 1000; }, { readonly name: "menuOptions"; readonly type: import("@embeddable.com/core").EmbeddableType; readonly label: "Menu options"; readonly array: true; readonly defaultValue: readonly ["csv", "xlsx", "png"]; readonly category: "Component Settings"; }]; readonly events: [{ readonly name: "onBarClicked"; readonly label: "A bar is clicked"; readonly properties: [{ readonly name: "axisDimensionValue"; readonly label: "Clicked axis dimension value"; readonly type: "string"; }, { readonly name: "axisDimensionTimeRange"; readonly label: "Clicked axis dimension time range"; readonly type: "timeRange"; }]; }, { readonly name: "onLineClicked"; readonly label: "A line is clicked"; readonly properties: [{ readonly name: "axisDimensionValue"; readonly label: "Clicked axis dimension value"; readonly type: "string"; }, { readonly name: "axisDimensionTimeRange"; readonly label: "Clicked axis dimension time range"; readonly type: "timeRange"; }]; }]; }; declare const _default: { ({ propsUpdateListener, clientContext, embeddableTheme, ...props }: import("@embeddable.com/react").WrapperProps): React.JSX.Element; displayName: string; }; export default _default; //# sourceMappingURL=BarLineChartPro.emb.d.ts.map