import React from 'react'; /** * React Component to render the user videos in the pinned/spotlight layout */ declare const PinnedVideo: React.FC; export default PinnedVideo;