/// import { IconProps } from '../../types'; declare const InboxUnread: (allProps: IconProps) => JSX.Element; export default InboxUnread;