import { AuthType } from '@particle-network/auth-core';
import React from 'react';
export declare const getAccountList: (params: any) => {
    type: AuthType;
    icon: string;
    name: any;
    value: any;
    id: any;
    isOriginal: boolean;
}[];
export declare const encryptValue: (value: string) => string;
declare const LoginAccount: () => React.JSX.Element;
export default LoginAccount;
