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