import React from 'react'; import { Camera } from 'lucide-react'; import { TypewriterText } from './common/TypewriterText'; import { ContentCard } from './common/ContentCard'; import { SkeletonCard } from './common/SkeletonCard'; import { IconLoading } from './common/IconLoading'; interface StoryboardArtistProps { currentContent: any; isPlaying: boolean; sketchType: string; } const SceneStoryboard = (currentContent: any, isPlaying: boolean) => { return (