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