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