import { type VariantProps } from 'class-variance-authority'; export declare const badgeRootVariants: (props?: ({ standalone?: boolean | null | undefined; } & import("class-variance-authority/types").ClassProp) | undefined) => string; export declare const badgeIndicatorVariants: (props?: ({ variant?: "default" | "dot" | null | undefined; color?: "danger" | "warning" | "success" | "info" | "action" | null | undefined; placement?: "top-start" | "top-end" | "bottom-start" | "bottom-end" | null | undefined; overlap?: "circular" | "rectangular" | null | undefined; } & import("class-variance-authority/types").ClassProp) | undefined) => string; export declare const badgeLabelVariants: (props?: ({ color?: "danger" | "warning" | "success" | "info" | "action" | null | undefined; } & import("class-variance-authority/types").ClassProp) | undefined) => string; export declare const badgeIconVariants: (props?: ({ color?: "danger" | "warning" | "success" | "info" | "action" | null | undefined; } & import("class-variance-authority/types").ClassProp) | undefined) => string; export type BadgeVariantProps = VariantProps; //# sourceMappingURL=styles.d.ts.map