type ComposerDropOverlayProps = { title: string description: string testId: string } export function ComposerDropOverlay({ title, description, testId }: ComposerDropOverlayProps) { return ( ) }