import * as React from 'react'; import { IAzureADProps } from './AzureAD'; export declare const withAuthentication:
(WrappedComponent: React.ComponentType
, parameters: IAzureADProps) => React.FunctionComponent
;