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