/// export interface SimpleIfProps { condition: boolean; otherwiseComponent?: React.ReactNode; }