import { LingXiEdFC } from '@lingxiteam/types'; export interface ImgEDProps { [key: string]: any; } declare const ImgED: LingXiEdFC; export default ImgED;