import React from 'react';
import { TypeWithIcon } from './types';
declare const Icon: React.FC<{
    type: TypeWithIcon;
}>;
export default Icon;
