import type { HTMLElementProps } from '../types';
declare const Video: import("svelte").Component<HTMLElementProps, {}, "ref">;
type Video = ReturnType<typeof Video>;
export default Video;
