import type { SelectProps } from './types'; declare function MultiSelect(props: Partial): import("react/jsx-runtime").JSX.Element; export default MultiSelect;