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