import ReactPlayer from 'react-player'; export declare const ReactVideoPlayer: import("@emotion/styled").StyledComponent | undefined; }>; export declare const OverlayPlayButton: ({ videoTitle }: { videoTitle?: string; }) => import("react/jsx-runtime").JSX.Element; /** * @remarks ReactPlayer has optional key 'wrapper' that we require for the onReady callback */ export type ReactPlayerWithWrapper = ReactPlayer & { wrapper: HTMLElement; };