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