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