import React from 'react';
import { CN_RESULT_TYPE } from './types';
export declare const getIcon: (_icon?: string, type?: CN_RESULT_TYPE) => React.JSX.Element;
