import Badge, { BadgeProps } from './Badge'; import Bubble from './Bubble'; declare const ExportBadge: typeof Badge & { Bubble: typeof Bubble; }; export default ExportBadge; export type { BadgeProps };