import React from 'react'; import { OpeningVideoProps } from './type'; declare const LczOpeningVideo: React.MemoExoticComponent<(props: OpeningVideoProps) => React.JSX.Element | null>; export default LczOpeningVideo;