import { Participant } from 'livekit-client'; /** * The `useIsSpeaking` hook returns a `boolean` that indicates if the participant is speaking or not. * @example * ```tsx * const isSpeaking = useIsSpeaking(participant); * ``` * @public */ export declare function useIsSpeaking(participant?: Participant): boolean; //# sourceMappingURL=useIsSpeaking.d.ts.map