export declare function createAccountMenu(): { isActive: () => boolean; open: (handlerPath: any, tuiApi: any, providerId: any) => boolean; render: (h: any) => boolean; handleKey: (key: any, tuiApi: any) => boolean; exit: (tuiApi: any) => void; };