export type ArchbaseErrorBoundaryContextType = { didCatch: boolean; error: any; resetErrorBoundary: (...args: any[]) => void; }; export declare const ArchbaseErrorBoundaryContext: import('react').Context;