import React from 'react'; import { Box } from '@sendbird/uikit-react-native-foundation'; import TypedPlaceholder from '../../../components/TypedPlaceholder'; const OpenChannelMutedParticipantsStatusEmpty = () => { return ( ); }; export default OpenChannelMutedParticipantsStatusEmpty;