import React from "react";
interface Props {
    item?: any;
    layout?: string;
    loginUserInfo?: any;
}
declare function AuthorityTipsRN(props: Props): React.JSX.Element;
export default AuthorityTipsRN;
