import * as React from 'react'; export interface BadgeProps { text: string; href?: string; className?: string; } export declare const Badge: React.FC;