import { RemoteParticipantState } from "../../../../../calling-stateful-client/src";
import * as reselect from 'reselect';
/**
 * Get the most dominant remote participant, if no dominant speaker IDs exist, this uses
 * one of the remote participants with no bias towards which one.
 *
 * @private
 */
export declare const dominantRemoteParticipantSelector: ((state: import("..").CallAdapterUiState & import("..").CallAdapterClientState) => RemoteParticipantState | undefined) & reselect.OutputSelectorFields<(args_0: {
    [keys: string]: RemoteParticipantState;
} | undefined, args_1: import("@azure/communication-calling").DominantSpeakersInfo | undefined) => RemoteParticipantState | undefined, {
    clearCache: () => void;
}> & {
    clearCache: () => void;
};
//# sourceMappingURL=dominantRemoteParticipantSelector.d.ts.map