import Select, { Props as _SelectProps } from "./Select"; export interface SelectProps extends _SelectProps { } export default Select;