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