import { FC } from "react"; import { SelectPropsType } from "./interface"; declare const Select: FC; export default Select;