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