import { FilterDynamicComponent } from '@tachybase/module-workflow/client';
export declare const getSchemaAssigneesSelectCustom: (params: any) => {
    type: string;
    properties: {
        filter: {
            type: string;
            'x-component': string;
            'x-component-props': {
                options: any;
                dynamicComponent: typeof FilterDynamicComponent;
            };
        };
    };
};
