import { ComponentPropsWithoutRef, ReactElement } from 'react'; export interface VideoProps extends ComponentPropsWithoutRef<"video"> { href: string; } export declare const Video: ({ href, className, ...rest }: VideoProps) => ReactElement; //# sourceMappingURL=Video.d.ts.map