import { type ISingleSelectListItemProps } from "@gooddata/sdk-ui-kit"; export declare function CalculationListItem({ title, icon, info, isSelected, onClick }: ISingleSelectListItemProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=CalculationListItem.d.ts.map