import { type VariantProps } from 'class-variance-authority'; export declare const iconButtonRootVariants: (props?: ({ variant?: "solid" | "ghost" | "subtle" | null | undefined; color?: "danger" | "action" | "neutral" | null | undefined; size?: "small" | "default" | null | undefined; } & import("class-variance-authority/types").ClassProp) | undefined) => string; export declare const iconButtonGlyphVariants: (props?: ({ size?: "small" | "default" | null | undefined; } & import("class-variance-authority/types").ClassProp) | undefined) => string; export declare const iconButtonIconColorVariants: (props?: ({ variant?: "solid" | "ghost" | "subtle" | null | undefined; color?: "danger" | "action" | "neutral" | null | undefined; } & import("class-variance-authority/types").ClassProp) | undefined) => string; export type IconButtonVariantProps = VariantProps; //# sourceMappingURL=styles.d.ts.map