import React from 'react'; import type { CommonPropsType, unknownFunction } from '../../types'; import '../style'; export declare const CustomerService: React.ForwardRefExoticComponent>; export interface CustomerServiceProps extends CommonPropsType { [handlers: `on${string}`]: unknownFunction; }