import * as React from 'react'; interface DynamicTypeIconsProps { icon: any; iconStyle?: { iconColor?: string; w?: string; h?: string; [key: string]: any; }; [key: string]: any; } export declare const DynamicIcon: React.FC; export declare const renderDynamicIcon: (icon: any) => React.JSX.Element; export {}; //# sourceMappingURL=DynamicIcon.d.ts.map