import { FC } from 'react'; import './index.css'; import { SErrorComProps } from './types'; declare const SErrorCom: FC; export default SErrorCom;