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