import { InjectionKey } from 'vue';
import { MaybeVRef } from '@yanzhen-libs/utils-vue';
export interface OtherTablesContext {
    type?: string;
    component: any;
    primaryCode: object;
    stagingCx1Data?: any;
    provideProps?: any;
    associationModalRef?: any;
}
export declare const otherTablesContextKey: InjectionKey<MaybeVRef<OtherTablesContext>>;
