import { DekApi } from '@appkit/dek-plugin'; type Props = { api: DekApi; entityId: string; showLargeContent?: boolean; }; declare const MediaView: ({ api, entityId, showLargeContent }: Props) => import("react/jsx-runtime").JSX.Element | null; export default MediaView;