export type ApiPricingFeaturesSectionItemBadgeProps = Readonly<{ isChecked?: boolean; planName?: string; includedLabel: string; excludedLabel: string; }>; export declare const ApiPricingFeaturesSectionItemBadge: ({ isChecked, planName, includedLabel, excludedLabel, }: ApiPricingFeaturesSectionItemBadgeProps) => import("react").JSX.Element; //# sourceMappingURL=ApiPricingFeaturesSectionItemBadge.d.ts.map