import type React from 'react';
import { CardMediaProps } from '@mui/material';
interface VideoEmbedProps extends CardMediaProps {
    allow?: string;
    height?: string;
    width?: string;
    component?: string;
}
declare const VideoEmbed: React.FC<VideoEmbedProps>;
export default VideoEmbed;
//# sourceMappingURL=video-embed.d.ts.map