import type { RefObject } from 'react'; import type { FormItemProps } from '../types'; export declare const useAutoFill: (props: Pick, controlRef: RefObject) => { handleAutoFill: (type: string) => void; renderAutoFill: () => JSX.Element | null | undefined; };