import type { ComputedRef } from 'vue'; import type { ComponentSize, MaybeRef } from '../../../../types'; export declare const useFormSize: (fallback?: MaybeRef, ignore?: Partial>) => ComputedRef; export declare const useFormDisabled: (fallback?: MaybeRef) => ComputedRef; export declare const useSize: (fallback?: MaybeRef, ignore?: Partial>) => ComputedRef; export declare const useDisabled: (fallback?: MaybeRef) => ComputedRef;