import type { ComponentSize } from 'element-plus/es/constants'; import type { MaybeRef } from '@vueuse/core'; export declare const useSizeProp: { readonly type: import("vue").PropType>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; export declare const useSize: (fallback?: MaybeRef, ignore?: Partial>) => import("vue").ComputedRef<"" | "default" | "small" | "large">; export declare const useDisabled: (fallback?: MaybeRef) => import("vue").ComputedRef;