/// <reference types="react" />
import type { VideoAnimations } from '../types';
export declare const Overlay: ({ animations: { AnimatedView, controlsOpacity }, }: {
    animations: VideoAnimations;
}) => JSX.Element;
