import type { BadgeProps } from './Badge.types';
export declare const Badge: (props: BadgeProps) => import("@emotion/react/jsx-runtime").JSX.Element;
