import { FC } from 'react'; declare const MediaItem: FC<{ type: string; src: string; className: any; }>; export default MediaItem;