export type PricingFeaturesSectionProps = Readonly<{ title?: string; subtitle?: string; items?: React.ReactNode; }>; export declare const PricingFeaturesSection: ({ title, subtitle, items, ...rest }: PricingFeaturesSectionProps) => import("react").JSX.Element; //# sourceMappingURL=PricingFeaturesSection.d.ts.map