import { IconDefinition } from "@fortawesome/fontawesome-svg-core"; export interface Theme { id: string; displayName: string; icon: IconDefinition; }