import { type CalculationType } from "@gooddata/sdk-ui-charts"; type SectionType = "example" | "useIn" | "formula"; interface ICalculationItemInfoSectionProps { calculationType: CalculationType; section: SectionType; contentClassNames?: string; shouldHideTitle?: boolean; isSectionCombineCalculationType?: boolean; } export declare function CalculationListItemInfoSection({ calculationType, section, contentClassNames, shouldHideTitle, isSectionCombineCalculationType }: ICalculationItemInfoSectionProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=CalculationListItemInfoSection.d.ts.map