export type PricingFeaturesCellProps = Readonly<{ children: React.ReactNode; }>; export declare const PricingFeaturesCell: ({ children }: PricingFeaturesCellProps) => import("react").JSX.Element; //# sourceMappingURL=PricingFeaturesCell.d.ts.map