export declare const wrapComponent: (mdastChild: any) => { type: string; name: string; attributes: any[]; children: any[]; };