export declare function relocateInput(componentEl: HTMLElement, inputEl: HTMLInputElement, shouldRelocate: boolean, inputRelativeY?: number): void; export declare function isFocused(input: HTMLInputElement): boolean;