import React from 'react';
declare const Icon: React.FC<{
    name: string;
}>;
export default Icon;
