interface CourseMediaReviewProps {
    title: string;
    videoUrl?: string;
    thumbnail?: string;
    className?: string;
    courseId?: string;
}
export declare function CourseMediaReview({ title, videoUrl, thumbnail, className, courseId, }: Readonly<CourseMediaReviewProps>): import("react/jsx-runtime").JSX.Element | null;
export {};
