import React from 'react'; import type { FullLayoutProps } from '../types/layout'; /** * OneToOne 完整布局组件 * 视频内容占满整个容器,Header 和 Controls 浮动在上面 */ export declare const OneToOneFullLayout: React.FC;