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