import { FC } from 'react';
import { EmptyProps } from '@nutui/nutui-react-taro';
export type { EmptyProps } from './empty';
export type { EmptyAction } from './types';
declare const Empty: FC<Partial<EmptyProps>>;
export { Empty };
