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