import type { BadgeTextProps } from './types'; export declare function BadgeText(props: BadgeTextProps): import("react").JSX.Element;