import { Empty } from './empty';
export type { EmptyProps } from './empty';
export type { EmptyAction } from './types';
export default Empty;
