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