import { VariantProps } from 'class-variance-authority'; import * as React from 'react'; export declare const badgeVariants: (props?: ({ variant?: "error" | "default" | "outline" | "secondary" | "destructive" | "success" | "info" | "warning" | null | undefined; } & import('class-variance-authority/types').ClassProp) | undefined) => string; declare function Badge({ className, variant, asChild, ...props }: React.ComponentProps<'span'> & VariantProps & { asChild?: boolean; }): React.JSX.Element; export { Badge }; //# sourceMappingURL=Badge.d.ts.map