import { Props } from './propsType'; declare const Input: (props: Props) => import("react/jsx-runtime").JSX.Element; export default Input;