import type { JSX } from 'react'; interface Props { children: React.ReactNode; } export declare function Badge({ children }: Props): JSX.Element; export {};