import React from 'react'; import './index.less'; interface ServicePropsDrawerProps { dataSource: Record; wrapRef?: any; visible: boolean; onCancel: () => void; } declare const ServicerPropsDrawer: React.FC; export default ServicerPropsDrawer;