export type PricingFeaturesSectionItemBadgeProps = Readonly<{ isChecked?: boolean; planName?: string; description?: string; includedLabel: string; excludedLabel: string; /** Skeleton the cell while a backend-sourced value resolves (never show stripped copy in its place). */ isLoading?: boolean; }>; export declare const PricingFeaturesSectionItemBadge: ({ isChecked, planName, description, includedLabel, excludedLabel, isLoading, }: PricingFeaturesSectionItemBadgeProps) => import("react").JSX.Element; //# sourceMappingURL=PricingFeaturesSectionItemBadge.d.ts.map