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