/**
 * ```js
 * import { onRoomParticipantRemoved } from '@amityco/ts-sdk-react-native'
 * const dispose = onRoomParticipantRemoved(room => {
 *   // ...
 * })
 * ```
 *
 * Fired when a participant has been removed from a {@link Amity.Room} locally
 *
 * @param callback The function to call when the event was fired
 * @returns an {@link Amity.Unsubscriber} function to stop listening
 *
 * @category Room Events
 */
export declare const onRoomParticipantRemovedLocal: (callback: Amity.Listener<Amity.InternalRoom>) => Amity.Unsubscriber;
//# sourceMappingURL=onRoomParticipantRemovedLocal.d.ts.map