import React, { type ElementType } from 'react'; import type { SpiritPricingPlanBodyProps } from '../../types'; declare const PricingPlanBody: { (props: SpiritPricingPlanBodyProps): React.JSX.Element; spiritComponent: string; }; export default PricingPlanBody;