export declare const IMG: (el: any) => { type: string; attrs: { url: any; }; children: { text: string; }[]; }; export declare const Image: (el: any) => { type: string; attrs: { url: any; }; };