import type { IconLibrary } from './library.js'; /** Returns the folder name used by Font Awesome for a given icon family and variant combination. */ export declare function getIconFolder(_name: string, family: string, variant: string): string; declare const library: IconLibrary; export default library;