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