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