export declare const iconMap: { readonly DollarSign: import("react").ForwardRefExoticComponent & import("react").RefAttributes>; readonly Users: import("react").ForwardRefExoticComponent & import("react").RefAttributes>; readonly Target: import("react").ForwardRefExoticComponent & import("react").RefAttributes>; readonly TrendingUp: import("react").ForwardRefExoticComponent & import("react").RefAttributes>; readonly Briefcase: import("react").ForwardRefExoticComponent & import("react").RefAttributes>; readonly Package: import("react").ForwardRefExoticComponent & import("react").RefAttributes>; readonly BarChart: import("react").ForwardRefExoticComponent & import("react").RefAttributes>; readonly User: import("react").ForwardRefExoticComponent & import("react").RefAttributes>; readonly FileText: import("react").ForwardRefExoticComponent & import("react").RefAttributes>; readonly CheckCircle: import("react").ForwardRefExoticComponent & import("react").RefAttributes>; readonly Clock: import("react").ForwardRefExoticComponent & import("react").RefAttributes>; readonly Menu: import("react").ForwardRefExoticComponent & import("react").RefAttributes>; readonly X: import("react").ForwardRefExoticComponent & import("react").RefAttributes>; readonly ChevronRight: import("react").ForwardRefExoticComponent & import("react").RefAttributes>; readonly ChevronLeft: import("react").ForwardRefExoticComponent & import("react").RefAttributes>; }; export type IconName = keyof typeof iconMap; export declare function getIcon(iconName: IconName): import("react").ForwardRefExoticComponent & import("react").RefAttributes>;