import { ISchema } from '@tachybase/schema';
export declare const getSchemaStepFormBlockInitializer: ({ dataSource, collection, isEdit, isCusomeizeCreate, stepTitle, }: {
dataSource?: string;
collection: any;
isEdit?: boolean;
isCusomeizeCreate?: boolean;
stepTitle?: string;
}) => ISchema;