import React from 'react'; export declare const AuthWrapper: ({ auth, component, unauthenticatedComponent, withLifeCycle, withInteraction, withLifeCycleInteraction, authority, extraPermissions, }: any) => any; declare const _default: React.MemoExoticComponent<({ auth, component, unauthenticatedComponent, withLifeCycle, withInteraction, withLifeCycleInteraction, authority, extraPermissions, }: any) => any>; export default _default;