// @jsx: preserve // @esModuleInterop: true // @strict: true /// const Select = (p: {value?: unknown}) =>

; import React from 'react'; export function Repro({ SelectProps = {} }: { SelectProps?: Partial[0]> }) { return (