import { IconType } from './types'; export declare const getIcon: (type: IconType) => import("@fortawesome/free-solid-svg-icons").IconDefinition;