import type { Ref } from 'vue'; export type DisabledType = boolean | undefined; export declare const useInjectDisabled: () => Ref; export declare const useProviderDisabled: (disabled: Ref) => Ref;