/// <reference types="react" />
import { SelectProps } from "./select";
export declare const SelectMulti: (props: SelectProps) => JSX.Element;
