# UseExportAccountMutationArgs | @account-kit/react

> Overview of UseExportAccountMutationArgs from @account-kit/react

> For the complete documentation index, see [llms.txt](/docs/llms.txt).

{/* This file is auto-generated by TypeDoc. Do not edit manually. */}

```ts
type UseExportAccountMutationArgs = object &
  BaseHookMutationArgs<ExportWalletOutput, void>;
```

Defined in: [account-kit/react/src/hooks/useExportAccount.ts:15](https://github.com/alchemyplatform/aa-sdk/blob/main/account-kit/react/src/hooks/useExportAccount.ts#L15)

## Type Declaration

<table>
  <thead>
    <tr>
      <th align="left">Name</th>
      <th align="left">Type</th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td>
        `params?`
      </td>

      <td>
        `ExportAccountParams`
      </td>
    </tr>

  </tbody>
</table>