import { ISelect } from "./select.types.js"; import * as React$1 from "react"; //#region src/select/value.d.ts declare const SelectValue: React$1.ForwardRefExoticComponent & React$1.RefAttributes>; //#endregion export { SelectValue };