import React from 'react'; import { Variant } from '../../types'; declare const MongoSelectInput: React.ForwardRefExoticComponent, HTMLInputElement>, "ref"> & { ref?: undefined; key?: React.Key | null | undefined; } & { onChange: React.ChangeEventHandler; onKeyDown: React.KeyboardEventHandler; variant: Variant; }, "key" | keyof React.InputHTMLAttributes | "variant"> & React.RefAttributes>; export default MongoSelectInput; //# sourceMappingURL=Input.d.ts.map