export type ErrorHandlerProps = { /** * The error that should be parsed and displayed */ error: any; }; export declare function ErrorHandler({ error }: ErrorHandlerProps): any; //# sourceMappingURL=index.d.ts.map