import _Empty from './empty';
import { WithInstallType } from '../shared';
import './style';
import { TdEmptyProps } from './type';
export * from './type';
export declare type EmptyProps = TdEmptyProps;
export declare const Empty: WithInstallType<typeof _Empty>;
export default Empty;