Selected voice: {value ?? "None"}
); } ``` #### Return Value | Prop | Type | Default | Description | |------|------|---------|-------------| | `value` | `string | undefined` | - | The currently selected voice ID. | | `setValue` | `(value: string | undefined) => void` | - | Function to update the selected voice ID. | | `open` | `boolean` | - | Whether the dialog is currently open. | | `setOpen` | `(open: boolean) => void` | - | Function to control the dialog open state. |