import { useParticipant } from './useParticipant';
/**
 * Returns the [participants() object](https://docs.daily.co/reference/daily-js/instance-methods/participants) for the local user.
 * @deprecated Use [useLocalSessionId](https://docs.daily.co/reference/daily-react/use-local-session-id) instead.
 */
export declare const useLocalParticipant: () => ReturnType<typeof useParticipant>;
