import { FontAwesomeIcon, Icons } from './types.js'; export declare function generateFontAwesomeSVG(icon: FontAwesomeIcon, tag: string): string; export declare function loadFontAwesomeIcons(icons: Icons, toLoad: string[]): Promise;