/// import { IconProps } from '..'; export declare enum NewBaseIcons { Star = "star", Mail = "mail", Pen = "pen", Message = "message", Bookopen = "bookopen", Thermometer = "thermometer", Image = "image", Setting = "srtting", Gift = "gift", Map = "map", Home = "home", Headphones = "headphones", Printer = "printer", Moon = "moon", Date = "date", Zap = "zap", Shoppingbag = "shoppingbag", Airplay = "airplay", Truck = "truck", Sun = "sun", TV = "tv", Link = "link", Coffee = "coffee", Phone = "phone", Camera = "camera", Bell = "bell", UserList = "userlist", Floder = "floder", Award = "award", Space = "space", Edit = "edit", Search = "search", Clock = "clock", Percent = "percent", Note = "note", Rollup = "rollup" } export declare enum BaseIcon { Picture = "picture", Star = "star", Mail = "mail", Message = "message", PlaySquare = "playSquare", Read = "read", Skin = "skin", Send = "send", Gift = "gift", Percentage = "percentage", Sound = "sound", Trophy = "trophy", Phone = "phone", Camera = "camera", Eye = "eye", Group = "Group", RedEnvelope = "redEnvelope", Home = "home", Heart = "heart", NodeIndex = "nodeIndex", ShoppingCart = "shoppingCart", FormatPainter = "formatPainter", MedicineBox = "medicineBox", Global = "global", Highlight = "highlight", Printer = "printer", Car = "car", VideoCamera = "videoCamera", Pen = "pen", Bookopen = "bookopen", Thermometer = "thermometer", Image = "image", Headphones = "headphones", Map = "map", Setting = "srtting", Moon = "moon", Date = "date", Zap = "zap", Shoppingbag = "shoppingbag", Airplay = "airplay", Truck = "truck", Sun = "sun", TV = "tv", Link = "link", Coffee = "coffee", Bell = "bell", UserList = "userlist", Floder = "floder", Award = "award", Space = "space", Search = "search", Edit = "edit", Percent = "percent", Clock = "clock", Note = "note", Rollup = "rollup" } declare function Icon({ type, ...rest }: IconProps): JSX.Element | null; export default Icon;