interface CallControlsProps {
    showParticipants: boolean;
    onToggleParticipants: () => void;
}
/**
 * Renders the active call control bar
 */
export declare const CallControls: ({ showParticipants, onToggleParticipants, }: CallControlsProps) => import("react/jsx-runtime").JSX.Element;
export {};
