export declare const preview: { ({ embeddableTheme, }: { embeddableTheme: any; }): React.JSX.Element; displayName: string; }; export declare const meta: { readonly name: "HeatMapPro"; readonly label: "Heat Map"; readonly description: "Heat map of one measure over two dimensions (rows × columns). Use to spot density or correlation patterns."; readonly category: "Table Charts"; readonly inputs: [{ readonly name: "dataset"; readonly type: "dataset"; readonly label: "Dataset"; readonly required: true; readonly category: "Component Data"; }, { readonly name: "measure"; readonly type: "measure"; readonly label: "Measure"; readonly config: { readonly dataset: "dataset"; }; readonly required: true; readonly category: "Component Data"; readonly inputs: any[]; }, { readonly label: "Row dimension"; readonly name: "rowDimension"; readonly type: "dimension"; readonly config: { readonly dataset: "dataset"; }; readonly required: true; readonly category: "Component Data"; readonly inputs: any[]; }, { readonly label: "Column dimension"; readonly name: "columnDimension"; 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: "displayNullAs"; readonly label: "Display null as"; readonly category: "Component Settings"; readonly type: "string"; }, { readonly name: "midColor"; readonly label: "Mid-point color (optional)"; readonly type: import("@embeddable.com/core").EmbeddableType; readonly category: "Component Settings"; }, { readonly name: "maxColor"; readonly label: "Max-point color (optional)"; readonly type: import("@embeddable.com/core").EmbeddableType; readonly category: "Component Settings"; }, { readonly name: "minColor"; readonly label: "Min-point color (optional)"; readonly type: import("@embeddable.com/core").EmbeddableType; readonly category: "Component Settings"; }, { readonly name: "minThreshold"; readonly label: "Max-point range lower limit"; readonly description: "Enter a value as either a number (e.g. 20) or a percentage (e.g. 20%)"; readonly category: "Component Settings"; readonly type: "string"; }, { readonly name: "maxThreshold"; readonly label: "Min-point range upper limit"; readonly description: "Enter a value as either a number (e.g. 20) or a percentage (e.g. 20%)"; readonly category: "Component Settings"; readonly type: "string"; }, { readonly name: "showValues"; readonly label: "Show values"; readonly defaultValue: true; readonly category: "Component Settings"; readonly type: "boolean"; }, { readonly name: "firstColumnWidth"; readonly label: "First column width"; readonly description: "Set the width in px (e.g. 200)"; readonly category: "Component Settings"; readonly type: "number"; }, { readonly name: "columnWidth"; readonly label: "Column width"; readonly description: "Set the width in px (e.g. 200)"; readonly category: "Component Settings"; readonly type: "number"; }, { 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: "onCellClicked"; readonly label: "A cell is clicked"; readonly properties: [{ readonly name: "rowDimensionValue"; readonly label: "Clicked row dimension value"; readonly type: "string"; }, { readonly name: "rowDimensionTimeRange"; readonly label: "Clicked row dimension time range"; readonly type: "timeRange"; }, { readonly name: "columnDimensionValue"; readonly label: "Clicked column dimension value"; readonly type: "string"; }, { readonly name: "columnDimensionTimeRange"; readonly label: "Clicked column 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=HeatMapPro.emb.d.ts.map