import { type BadgeProps } from './Badge.types';
/**
* `Badge` is a component for representing badge, which consists of text and icon.
* @example
* ```tsx
*
* Beta
*
* ```
*/
export declare const Badge: import("react").NamedExoticComponent>;
//# sourceMappingURL=Badge.d.ts.map