WalletAccountSelectProps: SharedAddressRenderRowBoxProps & Omit<SelectProps<number>, "variant"> & Partial<SelectProps<number>> & {
    addressNames?: Record<string, string | undefined>;
    maxAccounts?: number;
}