import { type IHeadlineTransformationProps } from "../../HeadlineProvider.js"; /** * The React component that handles the transformation of the execution objects into the data accepted by the {@link BaseHeadline} * React component that this components wraps. It also handles the propagation of the drillable items to the component * and drill events out of it. */ export declare function MultiMeasuresTransformation({ dataView, drillableItems, config, onAfterRender, onDrill }: IHeadlineTransformationProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=MultiMeasuresTransformation.d.ts.map