/// import { IDropdownInputProps } from './IPropsConfig'; export declare const DropDownInput: ({ value, onChange, onKeyDown }: IDropdownInputProps) => JSX.Element;