import { Participant } from 'livekit-client';
/**
 * The `useSortedParticipants` hook returns the participants sorted by importance.
 * @public
 */
export declare function useSortedParticipants(participants: Array<Participant>): Participant[];
//# sourceMappingURL=useSortedParticipants.d.ts.map