import type { ComponentSize } from 'element-plus/es/constants'; import type { MaybeRef } from '@vueuse/core'; export declare const useFormSize: (fallback?: MaybeRef, ignore?: Partial>) => import("vue").ComputedRef<"" | "small" | "default" | "large">; export declare const useFormDisabled: (fallback?: MaybeRef) => import("vue").ComputedRef; export declare const useSize: (fallback?: MaybeRef, ignore?: Partial>) => import("vue").ComputedRef<"" | "small" | "default" | "large">; export declare const useDisabled: (fallback?: MaybeRef) => import("vue").ComputedRef;