export declare const wrapComponent: (mdastChild: any) => {
    type: string;
    name: string;
    attributes: never[];
    children: any[];
};
//# sourceMappingURL=wrapComponent.d.ts.map