export declare class UnsupportedChildError extends Error { readonly child: any; readonly renderer: any; constructor(child: any, renderer: any); }