import { ISelect } from "./interfaces"; declare const SelectComponent: (props: ISelect) => JSX.Element; export default SelectComponent;