export interface BackButtonConfig { hasBackButton: boolean; label: string; customRoute?: string; }