import { ComponentInternalInstance } from 'vue'; import { ItemAction } from './types'; export declare const useCheckLogicProvider: (key?: string) => ComponentInternalInstance & { props: { modelValue: any; nullable: boolean; }; }; export declare const useItemAction: (key?: string) => { itemAction: import("vue").ComputedRef; };