export interface AppConfig { title: string; // Future configurations can be added here // triggerButtonImage?: string; }