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