import { HTMLAttributes } from "react"; import { FormFieldProps } from "@jpmorganchase/uitk-core"; export interface GoToInputProps extends HTMLAttributes { label?: string; FormFieldProps?: Partial; } export declare const GoToInput: import("react").ForwardRefExoticComponent>;