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