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