import React from 'react'; import type { FullLayoutProps } from '../types/layout'; /** * Preview 完整布局组件 * 预览模式:Header + 预览视频 + Controls */ export declare const PreviewFullLayout: React.FC;