export type FontAwesomeType = 'fa' | 'far' | 'fas' | 'fal' | 'fab' | 'fa-kit'; export declare function isFontAwesomeType(type: string): type is FontAwesomeType;