import type { SelectProps } from "./types"; export type { SelectProps, SelectOption, SelectOptionBase, SelectOptionGroup, } from "./types"; declare const Select: import("react").ForwardRefExoticComponent>; export { Select };