/// interface IProps { alt: string; removePreview: any; mediaPreview: any; } export default function MediaPreview(props: IProps): JSX.Element; export {};