import { PromoTagProps } from '@snack-uikit/promo-tag'; export type PromoBadgeProps = Pick; export declare function PromoBadge({ text, appearance }: PromoBadgeProps): import("react/jsx-runtime").JSX.Element;