import BsBadge from "react-bootstrap/Badge"; import type { IBadgeProps } from "./Badge.types"; import type { BsPrefixRefForwardingComponent } from "react-bootstrap/helpers"; export declare type IBadge = BsPrefixRefForwardingComponent; export declare const Badge: IBadge; export type { IBadgeProps } from "./Badge.types"; export default Badge;