import { MaybeElementRef } from '@vueuse/core';
export declare function useFormControl(el: MaybeElementRef): import('vue').ComputedRef<boolean>;
