export type * from './types.js'; declare const BackgroundVideo: import("react").ForwardRefExoticComponent<((Omit & { as?: React.FunctionComponent & import("./types.js").PlayerProps & { style?: import("./types.js").CSSPropertiesWithVars; }>; src?: import("../assets.js").Asset | string; poster?: import("next/image.js").StaticImageData | string; width?: number; height?: number; controls?: boolean; blurDataURL?: string; sizes?: string; loader?: import("./types.js").VideoLoader; transform?: (asset: import("../assets.js").Asset) => import("../assets.js").Asset; } & { playbackId?: undefined; } & { style?: import("./types.js").CSSPropertiesWithVars; }) | Omit & import("./types.js").PlayerProps, "poster" | "src"> & { as?: React.FunctionComponent & import("./types.js").PlayerProps & { style?: import("./types.js").CSSPropertiesWithVars; }>; src?: import("../assets.js").Asset | string; poster?: import("next/image.js").StaticImageData | string; width?: number; height?: number; controls?: boolean; blurDataURL?: string; sizes?: string; loader?: import("./types.js").VideoLoader; transform?: (asset: import("../assets.js").Asset) => import("../assets.js").Asset; } & { playbackId?: string | undefined; } & { style?: import("./types.js").CSSPropertiesWithVars; }, "ref">) & import("react").RefAttributes>; export default BackgroundVideo;