import { FilterDynamicComponent } from '@tachybase/module-workflow/client';
export declare const updateFormConfig: {
    title: string;
    config: {
        initializers: {};
        components: {
            FilterDynamicComponent: typeof FilterDynamicComponent;
        };
        useInitializer: ({ allCollections }: {
            allCollections: any;
        }) => {
            name: string;
            key: string;
            type: string;
            title: string;
            componentProps: {
                onOpenChange(keys: any): void;
            };
            children: any[];
        };
        parseFormOptions: (root: any) => {};
    };
    block: {
        scope: {};
        components: {};
    };
};
