export declare const getSchemaNodeConfig: (params: any) => {
    type: string;
    properties: {
        button: {
            type: string;
            'x-content': any;
            'x-component': string;
            'x-component-props': {
                type: string;
                className: string;
            };
        };
        view?: any;
    };
};
