/// import { BadgeProps } from "./types"; declare function Badge({ variant, color, content, position, children, }: BadgeProps): JSX.Element; export default Badge; //# sourceMappingURL=index.d.ts.map