import React from "react";
import { SelectProps } from "./type";
declare const Select: React.FC<SelectProps>;
export default Select;
