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