export declare const BadgeVariants: (props?: ({
    variant?: "select" | "default" | "success" | "warning" | "gradient" | "danger" | "neutral" | null | undefined;
    size?: "md" | "lg" | "sm" | null | undefined;
    showBorder?: boolean | null | undefined;
} & import('class-variance-authority/dist/types').ClassProp) | undefined) => string;
//# sourceMappingURL=badge.styles.d.ts.map