import React from "react"; export interface InputProps extends React.InputHTMLAttributes { label?: string; helperText?: string; error?: string; } export declare const Input: React.ForwardRefExoticComponent>; //# sourceMappingURL=Input.d.ts.map