import { type VariantProps } from 'class-variance-authority'; export declare const chipRootVariants: (props?: ({ variant?: "outline" | "subtle" | null | undefined; color?: "danger" | "warning" | "success" | "info" | "action" | "neutral" | null | undefined; size?: "small" | "default" | "xsmall" | null | undefined; } & import("class-variance-authority/types").ClassProp) | undefined) => string; export declare const chipLabelVariants: (props?: ({ variant?: "outline" | "subtle" | null | undefined; color?: "danger" | "warning" | "success" | "info" | "action" | "neutral" | null | undefined; size?: "small" | "default" | "xsmall" | null | undefined; } & import("class-variance-authority/types").ClassProp) | undefined) => string; export declare const chipIconVariants: (props?: ({ size?: "small" | "default" | "xsmall" | null | undefined; color?: "danger" | "warning" | "success" | "info" | "action" | "neutral" | null | undefined; } & import("class-variance-authority/types").ClassProp) | undefined) => string; export declare const chipAvatarVariants: (props?: ({ size?: "small" | "default" | "xsmall" | null | undefined; } & import("class-variance-authority/types").ClassProp) | undefined) => string; export type ChipVariantProps = VariantProps; //# sourceMappingURL=styles.d.ts.map