import { ComponentType, FC } from 'react'; declare const withExit:
(WrappedComponent: ComponentType
) => FC
; export default withExit;