import { ExtractPropTypes } from 'vue';
export declare const otherTablesOptions: {
    ns: any;
    class: any;
    name: any;
};
export declare const otherTablesName: any;
export declare const otherTablesProps: {
    [x: string]: any;
};
export declare const otherTablesEmits: {
    'update:value': (val: any) => boolean;
    cx1Change: (val: any) => boolean;
};
export type OtherTablesProps = ExtractPropTypes<typeof otherTablesProps>;
export type OtherTablesPropsKey = keyof OtherTablesProps;
export type OtherTablesEmits = typeof otherTablesEmits;
