import React from 'react';
interface PHXLoginV3Props {
    banner?: any;
    logo?: any;
    router?: any;
    redirectPath?: any;
    buttonColor?: any;
}
export declare const PHXLoginV3: (props: PHXLoginV3Props) => React.JSX.Element;
export default PHXLoginV3;
