import { HMSPeer } from '@100mslive/react-sdk';
export declare const useRoleProminencePeers: (prominentRoles: string[], peers: HMSPeer[], isInsetEnabled: boolean) => {
    prominentPeers: HMSPeer[];
    secondaryPeers: HMSPeer[];
};
