export declare const useAutofillDetectionState: (element: HTMLInputElement | HTMLSelectElement | HTMLTextAreaElement | null) => {
    isAutofilled: boolean;
};
