import { MaybeRef } from '@vueuse/core'; export declare const useDisabled: (fallback?: MaybeRef) => import("vue").ComputedRef;