/// export declare function renderIcon({ showIcon, type, icon, iconClassNames, size }: { showIcon: any; type: any; icon: any; iconClassNames: any; size?: string; }): JSX.Element;