import React from 'react'; import { Props } from './types'; /** * Component to render fontawesome icons for bootstrap, check the list at: * https://seantheme.com/color-admin/admin/html/ui_icons.html * @author Alejandro Quiroz * @version 1.0.0 */ declare const Icon: React.FC; export default Icon;