import { InputProps } from './props'; /** * @name Input * The Input component is a text input field that allows users to enter text. It can be used in forms, modals, and more. */ export declare const Input: import('react').ForwardRefExoticComponent>; //# sourceMappingURL=Input.d.ts.map