/// import { EmptyProps } from './iEmpty'; declare const defaultEmpty: (props: EmptyProps) => JSX.Element; export default defaultEmpty;