import { LingXiFC } from '@lingxiteam/types'; export interface VueRenderProps { url: string; customProps: any; engineType: 'editor' | 'engine'; } declare const VueRender: LingXiFC; export default VueRender;