import { Props as SelectProps } from "react-select";
type MultiSelectProps = Omit<SelectProps, "isMulti">;
export declare function MultiSelect(props: MultiSelectProps): import("react/jsx-runtime").JSX.Element;
export {};
//# sourceMappingURL=MultiSelect.d.ts.map