export declare function useInputEmailRefs(inputRef?: React.Ref): { internalRef: import("react").RefObject; mergedRef: import("react").RefCallback; };