export interface Theme { key: string; title: string; description: string; // URL of the image image: string; }