import React from 'react'; import { Box } from '@sendbird/uikit-react-native-foundation'; import TypedPlaceholder from '../../../components/TypedPlaceholder'; import type { OpenChannelMutedParticipantsModule } from '../types'; const OpenChannelMutedParticipantsStatusError: OpenChannelMutedParticipantsModule['StatusError'] = ({ onPressRetry, }) => { return ( ); }; export default OpenChannelMutedParticipantsStatusError;