> ## 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.

# ExportWalletModalTitle

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

The export wallet modal title.

## Parameters

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

## Returns

`Element`

The ExportWalletModalContent component.

## See

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