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