import React from 'react';
export interface IPbfMainWrapProps {
    children: any;
    pathName?: any;
    router?: any;
}
export declare const isLoggedCookie = "isLoggedIn";
export declare const AUTH_TOKEN = "authToken";
export declare const CODE_NGANH_UNI = "UNI";
export declare const CODE_NGANH_STONE = "STONE";
export declare function PBFMainWrap({ children, pathName }: IPbfMainWrapProps): React.JSX.Element;
