import { IconProps } from '../types'; import React from 'react'; declare const OfflineIcon: React.FC; export default OfflineIcon;