import React from 'react'; import { DynamicTypeIconsProps } from '../../typings'; export declare const renderDynamicIcon: (icon: any) => React.JSX.Element; export declare const DynamicIcon: React.FC; //# sourceMappingURL=DynamicIcon.d.ts.map