export declare const getRemoteSchemaBlockInitItem: (params: any) => {
    type: string;
    name: string;
    'x-uid': string;
    'x-decorator': any;
    'x-decorator-props': any;
    'x-component': string;
    'x-designer': string;
    'x-toolbar': any;
    'x-settings': any;
    properties: {
        block: {
            type: string;
            'x-component': any;
            'x-component-props': any;
        };
    };
};
