import { IDropdownInputProps } from './IDropdownInputProps';
export interface IMultiValueDropdownInputProps extends IDropdownInputProps {
    multiSelectDelimiter?: string;
}
