import { ISchema } from "@formily/json-schema";
export declare const Tables: ISchema & {
    Addition?: ISchema;
    Column?: ISchema;
};
