export default Input; declare function Input({ helpText, ...props }: { [x: string]: any; helpText: any; }): import("react/jsx-runtime").JSX.Element;