import { FC, SVGProps } from 'react'; declare const IconStatusOffline: FC & { fill?: string }>; export default IconStatusOffline;