///
declare const _default: {
title: string;
component: {
({ video, src, autoplay, muted, loop, controls, onError, objectFit, objectPosition, fluid, fill, className, controlBar, ...rest }: {
[x: string]: any;
video: any;
src: any;
autoplay: any;
muted: any;
loop: any;
controls: any;
onError: any;
objectFit: any;
objectPosition: any;
fluid: any;
fill: any;
className: any;
controlBar: any;
}): JSX.Element | null;
propTypes: {
autoplay: import("prop-types").Requireable;
muted: import("prop-types").Requireable;
loop: import("prop-types").Requireable;
src: import("prop-types").Requireable;
controls: import("prop-types").Requireable;
video: import("prop-types").Requireable