declare const _default: { "$schema": string; "version": string; "type": string; "name": string; "category": string; "subCategory": string; "schemas": { "model": { "type": string; "properties": { "type": { "description": string; "hidden": string; "enum": string[]; "type": string; "default": string; }; "version": { "description": string; "hidden": string; "type": string; "enum": string[]; }; }; "required": string[]; }; "style": { "description": string; "title": string; "type": string; "properties": { "background": { "description": string; "title": string; "order": number; "renderer": string; "type": string; "properties": { "spacing": { "description": string; "title": string; "order": number; "type": string; "properties": { "top": { "description": string; "title": string; "type": string[]; "default": number; }; "right": { "description": string; "title": string; "type": string[]; "default": number; }; "bottom": { "description": string; "title": string; "type": string[]; "default": number; }; "left": { "description": string; "title": string; "type": string[]; "default": number; }; }; }; "padding": { "description": string; "title": string; "order": number; "type": string; "properties": { "top": { "description": string; "title": string; "type": string[]; "default": number; }; "right": { "description": string; "title": string; "type": string[]; "default": number; }; "bottom": { "description": string; "title": string; "type": string[]; "default": number; }; "left": { "description": string; "title": string; "type": string[]; "default": number; }; }; }; "border": { "description": string; "title": string; "order": number; "type": string; "properties": { "width": { "description": string; "title": string; "order": number; "rendererOption": { "inlineField": string; "showLabel": boolean; }; "type": string; "default": number; }; "style": { "description": string; "title": string; "order": number; "enumsOrder": string[]; "enum": string[]; "type": string; "default": string; }; "lines": { "description": string; "title": string; "order": number; "renderer": string; "rendererOption": { "enums": { "label": string; "value": string; }[]; }; "type": string; "items": { "type": string; }; "default": string[]; }; "color": { "description": string; "title": string; "order": number; "renderer": string; "rendererOption": { "inlineField": string; "showLabel": boolean; }; "type": string; "default": string; }; "radius": { "description": string; "title": string; "order": number; "rendererOption": { "inlineField": string; "showLabel": boolean; }; "type": string; "default": number; }; }; }; "type": { "description": string; "title": string; "order": number; "enumsOrder": string[]; "enum": string[]; "type": string; "default": string; }; "backgroundColor": { "description": string; "title": string; "order": number; "renderer": string; "type": string; "default": string; }; "backgroundImage": { "description": string; "title": string; "renderer": string; "order": number; "type": string; "default": string; }; "opacity": { "description": string; "title": string; "order": number; "type": string; "default": number; }; "backgroundSize": { "description": string; "title": string; "order": number; "enumsOrder": string[]; "enum": string[]; "type": string; "default": string; }; "backgroundRepeat": { "description": string; "title": string; "order": number; "enumsOrder": string[]; "enum": string[]; "type": string; "default": string; }; "backgroundPositionX": { "description": string; "title": string; "order": number; "type": string; "default": string; }; "backgroundPositionY": { "description": string; "title": string; "order": number; "type": string; "default": string; }; "gridSetting": { "description": string; "title": string; "renderer": string; "type": string; "default": string; }; }; "required": string[]; }; "interactive": { "description": string; "title": string; "order": number; "type": string; "properties": { "action": { "description": string; "title": string; "renderer": string; "rendererOption": { "select2Props": { "super_link": string[]; }; "showSectionLabel": boolean; "typePropName": string; }; "type": string; "properties": { "actionType": { "description": string; "title": string; "enumsOrder": string[]; "enum": string[]; "type": string; "default": string; }; "superLinkSetting": { "description": string; "title": string; "type": string; "properties": { "url": { "description": string; "title": string; "type": string; "default": string; }; "target": { "description": string; "title": string; "enum": string[]; "type": string; "default": string; }; }; "required": string[]; }; }; "required": string[]; }; }; "required": string[]; }; "effects": { "description": string; "title": string; "order": number; "type": string; "properties": { "disablePointerEvents": { "description": string; "title": string; "order": number; "type": string; "default": boolean; }; "blendEffect": { "description": string; "title": string; "renderer": string; "order": number; "enumsOrder": string[]; "enum": string[]; "type": string; "default": string; }; "filterEffects": { "description": string; "title": string; "renderer": string; "order": number; "type": string; "items": { "type": string; }; "default": any[]; }; "imageMask": { "description": string; "title": string; "order": number; "type": string; "properties": { "image": { "description": string; "title": string; "renderer": string; "order": number; "type": string; "default": string; }; "imageSize": { "description": string; "title": string; "order": number; "enumsOrder": string[]; "enum": string[]; "type": string; "default": string; }; "imageRepeat": { "description": string; "title": string; "order": number; "enumsOrder": string[]; "enum": string[]; "type": string; "default": string; }; "imagePositionX": { "description": string; "title": string; "order": number; "type": string; "default": string; }; "imagePositionY": { "description": string; "title": string; "order": number; "type": string; "default": string; }; }; }; }; "required": string[]; }; "version": { "description": string; "hidden": string; "type": string; "enum": string[]; }; }; "required": string[]; }; }; }; export default _default;