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