export interface MinimizedViewProps {
  title: string;
  description: string;
  buttonText?: string;
  onPress?: () => void;
  testID?: string;
}
