import { type CSSProperties } from "react"; import { type IntlShape } from "react-intl"; import { type ComparisonDataItem, type EvaluationType } from "../../../../interfaces/BaseHeadlines.js"; export declare const useComparisonDataItem: (evaluationType: EvaluationType | null | undefined, dataItem?: ComparisonDataItem | undefined) => { style: CSSProperties; indicator: import("react").ComponentType | null | undefined; comparisonAriaLabelFactory: (intl: IntlShape) => import("@gooddata/sdk-model").DataValue | undefined; }; //# sourceMappingURL=useComparisonDataItem.d.ts.map