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