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