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