declare const badgeStyles: { base: (props?: ({ tone?: "solid" | "light" | "outline" | "glossy" | null | undefined; color?: "white" | "blue" | "red" | "green" | "yellow" | "purple" | "gray" | "dark" | "black" | null | undefined; size?: "sm" | "md" | "lg" | "xs" | null | undefined; radius?: "none" | "sm" | "base" | "md" | "lg" | "full" | null | undefined; shadow?: "none" | "sm" | "base" | "md" | "lg" | "xl" | null | undefined; shadowColor?: "white" | "blue" | "red" | "green" | "yellow" | "purple" | "gray" | "dark" | "black" | "none" | null | undefined; } & import("class-variance-authority/dist/types").ClassProp) | undefined) => string; }; export { badgeStyles }; //# sourceMappingURL=Badge.styles.d.ts.map