declare class S {
    result: any;
    render(component: any): any;
    getRenderOutput(): any;
}
export declare const ShallowCompat: {
    createRenderer: () => S;
};
export {};
