import { CustomerGroup } from '../shared/message/CustomerGroup'; import { Observable } from 'rxjs'; import { _HttpClient, ModalHelper } from '@delon/theme'; export declare class CustomerService { private http; private modal; constructor(http: _HttpClient, modal: ModalHelper); getCustomGroups(): Observable; private handleError; }