import React from "react"; import type { InputProps } from "./Input.types"; declare const Input: React.ForwardRefExoticComponent>; export { Input };