import React from 'react'; import type { CommonPropsType } from '../../types'; export declare const CommonErrorBoundary: (props: CommonPropsType & { children: React.ReactNode; }) => JSX.Element;