import * as React$1 from "react"; import { View } from "react-native"; import * as react_jsx_runtime17 from "react/jsx-runtime"; import { VariantProps } from "class-variance-authority"; import * as class_variance_authority_types0 from "class-variance-authority/types"; //#region ui/badge.d.ts declare const badgeVariants: (props?: ({ variant?: "default" | "destructive" | "secondary" | "outline" | null | undefined; } & class_variance_authority_types0.ClassProp) | undefined) => string; type BadgeProps = React$1.ComponentProps & VariantProps & { labelClassName?: string; }; declare function Badge({ className, variant, labelClassName, ...props }: BadgeProps): react_jsx_runtime17.JSX.Element; //#endregion export { Badge, badgeVariants }; //# sourceMappingURL=badge.d.ts.map