interface RendererErrorProps { message: string; detail?: string; showIcon?: boolean; } export declare const RendererError: React.FC; export {}; //# sourceMappingURL=RendererError.d.ts.map