import { FC } from "react";
import { SelectProps } from "./select.types";
declare const TMSelect: FC<SelectProps>;
export default TMSelect;
