import React from 'react'; import type { WidgetSchema } from '../../spec'; export interface ImplWidgetProps { /** * 组件配置 */ widget: WidgetSchema; } export declare const ImplWidget: React.FC;