type VideoPreviewProps = { src: string; poster: string; }; export declare const VideoPreview: ({ src, poster }: VideoPreviewProps) => import("react/jsx-runtime").JSX.Element; export {};