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