/// export declare function useAutofillMonitor(ref: React.RefObject): { name: string; value: string; } | null;