import React from 'react'; import './index.scss'; import { EmptyProps } from './type'; declare const Empty: React.FC; export default Empty;