import type { EmbeddedMeetingProps } from '../types';
/**
 * Drop-in video call component that renders a lobby, active call,
 * and post-call feedback screen. Handles client and call setup internally.
 */
export declare const EmbeddedCall: ({ children, ...props }: EmbeddedMeetingProps) => import("react/jsx-runtime").JSX.Element;
