import * as React from "react"; type renderToJsxFn = () => JSX.Element; type Option = { label: string; value: string | number | any; children?: Array