import { type BoxProps } from '../Box'; export type InputProps = BoxProps; declare const Input: import("react").ForwardRefExoticComponent>; export default Input; //# sourceMappingURL=Input.d.ts.map