///
import type { CustomerCellProps } from './type';
declare function CustomerCell({ customerInitiated, children, isTimezoneIconShown, hasCustomerIcon, customerIcon, customerName, hideCustomerInitiatedIcon, hideTimezoneIcon, phone, email, id, ...props }: Readonly): import("react").JSX.Element;
export default CustomerCell;