import type { Ref } from 'vue'; import type { DisabledType } from '../interface'; export declare function useInjectDisabled(): Ref; export declare function useProviderDisabled(disabled: Ref): Ref;