/// import { EmptyViewProps } from './types'; declare const EmptyView: (props: EmptyViewProps) => JSX.Element; export default EmptyView;