import { FC } from 'react'; import { SErrorBoundaryTypes } from './types'; declare const SErrorBoundary: FC; export default SErrorBoundary;