import { type CalculationType } from "@gooddata/sdk-ui-charts"; interface ICalculationItemInfoProps { title: string | undefined; calculationType: CalculationType; } export declare function CalculationListItemInfo({ title, calculationType }: ICalculationItemInfoProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=CalculationListItemInfo.d.ts.map