StealPresentationModal
const StealPresentationModal: React.FC<{
isOpen: boolean;
presenterName?: string;
onConfirm: () => void;
onCancel: () => void;
}>;
const StealPresentationModal: React.FC<{
isOpen: boolean;
presenterName?: string;
onConfirm: () => void;
onCancel: () => void;
}>;