import { default as React } from 'react'; import { VideoSubtitlePlayerLayoutPCProps } from './types'; /** * PC 端布局:左右分栏 + 左侧上下分栏,支持拖拽调整 */ export declare const VideoSubtitlePlayerLayoutPC: React.FC;