import * as i0 from "@angular/core"; export declare const iconComponent: (props?: ({ color?: "white" | "black" | "primary" | "secondary" | "tertiary" | "neutral" | "success" | "info" | "warning" | "error" | "base-content" | "base" | "inherit" | null | undefined; size?: "auto" | "xs" | "sm" | "md" | "lg" | "xl" | null | undefined; } & import("class-variance-authority/types").ClassProp) | undefined) => string; export type IconColorProps = 'white' | 'black' | 'primary' | 'secondary' | 'tertiary' | 'neutral' | 'success' | 'info' | 'warning' | 'error' | 'base-content' | 'base' | 'inherit' | null | undefined; export type IconSizeProps = 'auto' | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | null | undefined; export type IconProps = { color?: IconColorProps; size?: IconSizeProps; }; export declare class IconComponent { color: import("@angular/core").InputSignal; size: import("@angular/core").InputSignal; icon: import("@angular/core").InputSignal; componentClass: import("@angular/core").Signal; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }