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