import React from 'react'; import './index.less'; interface SelectServiceProps { label?: string; placeholder?: string; name?: string; rules?: any; form?: any; } declare const SelectService: React.ForwardRefExoticComponent>; export default SelectService;