import React from 'react'; import './index.less'; export interface EmptyProps { addComp?: () => void; type?: string; } declare const Empty: React.FC; export default Empty;