import { CustomerService } from './customer-service'; export { CustomerService, type CustomerServiceProps } from './customer-service'; export default CustomerService;