import React from 'react';
import { IRenderIconProps } from './interfaces';
export declare const renderIcon: React.FC<IRenderIconProps>;
