import React from 'react'; import './index.less'; interface EmptyWrapProps { isShow: boolean; children?: any; description?: any; img?: string; } declare const EmptyWrap: React.FC; export default EmptyWrap;