import { ComponentInternalInstance } from 'vue'; import { NormalObject } from '@vunk/core/shared'; export declare const useCheckRecordLogicProvider: (key?: string) => ComponentInternalInstance & { props: { modelValue: any; oidField: string; allowExtra: boolean; }; data: { collection: NormalObject; }; };