export declare function parseExtensionComponent(vnode: Render.Component): {
    children: any;
} | {
    children?: undefined;
};
