import * as React from 'react'; export interface BadgeProps { [key: string]: any; } export declare const Badge: React.FC;