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