import type { VariantProps } from "class-variance-authority"; import * as React from "react"; declare const Badge: React.ForwardRefExoticComponent & React.HTMLAttributes & VariantProps<(props?: ({ variant?: "default" | "destructive" | "outline" | "secondary" | null | undefined; } & import("class-variance-authority/types").ClassProp) | undefined) => string> & { asChild?: boolean; }, "ref"> & React.RefAttributes>; export { Badge }; //# sourceMappingURL=badge.d.ts.map