export type PricingFeaturesSectionItemProps = Readonly<{ featureName: string; featureDescription?: React.ReactNode; featureBadges?: React.ReactNode; }>; export declare const PricingFeaturesSectionItem: ({ featureName, featureDescription, featureBadges, ...rest }: PricingFeaturesSectionItemProps) => import("react").JSX.Element; //# sourceMappingURL=PricingFeaturesSectionItem.d.ts.map