import type React from 'react'; import { IFeatureBadgeProps } from '../interfaces'; /** * Feature/Pro badge - matches original EDD ProBadge styling */ export declare const FeatureBadge: React.FC;