import * as React from 'react'; type InputProps = React.ComponentProps<'input'>; declare const Input: React.ForwardRefExoticComponent, HTMLInputElement>, "ref"> & React.RefAttributes>; export { Input, type InputProps }; //# sourceMappingURL=input.d.ts.map