export type PricingFeaturesProps = Readonly<{ title: React.ReactNode; legend?: React.ReactNode; sections?: React.ReactNode; fairLimitsLabel?: string; /** One entry per plan column (legend order); `true` tints that column — the card's highlighted plan. */ columnHighlights?: boolean[]; }>; export declare const PricingFeatures: ({ title, legend, sections, fairLimitsLabel, columnHighlights, ...rest }: PricingFeaturesProps) => import("react").JSX.Element; //# sourceMappingURL=PricingFeatures.d.ts.map