import { SelectProps } from "./type.mjs";
import Select from "./Select.mjs";
export { type SelectProps, Select as default };