import React from 'react'; import type { PathIconProps, PathIconRef } from './components/PathIcon'; declare const CustomerCareOutlined: React.MemoExoticComponent>; declare type CustomerCareOutlinedRef = PathIconRef; declare type CustomerCareOutlinedProps = PathIconProps; export { CustomerCareOutlined }; export type { CustomerCareOutlinedRef, CustomerCareOutlinedProps }; export default CustomerCareOutlined;