import type { BadgePlugin } from './definitions';
declare const Badge: BadgePlugin;
export * from './definitions';
export { Badge };
