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