import React from "react";
import type { CallParticipant } from "../../types";
interface VideoGridProps {
    participants: CallParticipant[];
    localParticipant: CallParticipant | null;
    className?: string;
}
export declare const VideoGrid: React.FC<VideoGridProps>;
export {};
//# sourceMappingURL=VideoGrid.d.ts.map