/** @jsxRuntime classic */ /** @jsx jsx */ import React, { FC } from 'react'; import { InputProps } from '../../types'; export declare const Input: FC>;