import { ExtractPropTypes } from 'vue';
export declare const otherTableSelectOptions: {
    ns: any;
    class: any;
    name: any;
};
export declare const otherTableSelectName: any;
export declare const otherTableSelectProps: {
    [x: string]: any;
};
export declare const otherTableSelectEmits: {
    'update:value': (val: any) => boolean;
    cx1Change: (val: any) => boolean;
};
export type OtherTableSelectProps = ExtractPropTypes<typeof otherTableSelectProps>;
export type OtherTableSelectPropsKey = keyof OtherTableSelectProps;
export type OtherTableSelectEmits = typeof otherTableSelectEmits;
