import React from 'react';
import { TaroInputProps } from "../../types";
export declare const Input: React.ForwardRefExoticComponent<Partial<TaroInputProps> & React.RefAttributes<unknown>>;
