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

# ExportWalletModalClose

```ts theme={null}
function ExportWalletModalClose(props: ExportWalletModalCloseProps): Element;
```

The export wallet modal close button.

## Parameters

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

## Returns

`Element`

The ExportWalletModalClose component.

## See

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