export declare function getSchemaApplyFormWrapper(params: any): {
    name: any;
    type: string;
    properties: {
        drawer: {
            type: string;
            title: string;
            'x-component': string;
            'x-component-props': {
                className: string;
            };
            properties: {
                applyForm: {
                    type: string;
                    'x-decorator': string;
                    'x-decorator-props': {
                        dataSource: any;
                        name: any;
                    };
                    'x-component': string;
                };
            };
        };
    };
};
