import React from 'react'; type EmptyProps = { /** 提示文字 */ text?: string; /** 展示类型 */ type?: '404' | 'empty'; }; declare const _default: React.NamedExoticComponent; export default _default;