import React from 'react'; import { IHasChildren, UuiContexts } from '@epam/uui-core'; interface ErrorCatchProps extends IHasChildren { } export declare class ErrorCatch extends React.Component { static contextType: React.Context>; context: UuiContexts; constructor(props: ErrorCatchProps); componentDidCatch(error: Error): void; render(): React.ReactNode; } export {}; //# sourceMappingURL=ErrorCatch.d.ts.map