import React from 'react'; import { EmptyProps } from './interface'; declare const Empty: React.ForwardRefExoticComponent>; export default Empty;