export declare enum IconColorType { base = "base", neutral = "neutral", primary = "primary", secondary = "secondary", danger = "danger", info = "info", success = "success", warning = "warning" } export declare enum IconSize { sm = "sm", md = "md", xl3 = "3xl" } //# sourceMappingURL=AntIcon.types.d.ts.map