import React from 'react';
type TPHXLoginSsoV3 = {
onClick: () => void;
dataSession: any;
logo?: any;
router?: any;
redirectPath?: any;
banner?: any;
};
export declare const PHXLoginSsoV3: (props: TPHXLoginSsoV3) => React.JSX.Element;
export default PHXLoginSsoV3;