> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cdp.coinbase.com/llms.txt
> Use this file to discover all available pages before exploring further.

# ExportWalletTitle

```ts theme={null}
function ExportWalletTitle(props: ExportWalletTitleProps): Element;
```

A title for the ExportWalletTitle component.

## Parameters

| Parameter | Type                                                                                                         | Description                                    |
| --------- | ------------------------------------------------------------------------------------------------------------ | ---------------------------------------------- |
| `props`   | [`ExportWalletTitleProps`](/sdks/cdp-sdks-v2/frontend/@coinbase/cdp-react/Interfaces/ExportWalletTitleProps) | The props for the ExportWalletTitle component. |

## Returns

`Element`

The rendered component.

## See

[ExportWallet](/sdks/cdp-sdks-v2/frontend/@coinbase/cdp-react/Components/ExportWallet)
