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