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": { "type": string; "properties": { "iframe": { "description": string; "title": string; "order": number; "type": string; "properties": { "url": { "description": string; "title": string; "order": number; "type": string; "default": string; }; "scrolling": { "description": string; "title": string; "order": number; "type": string; "default": boolean; }; "backgroundColor": { "description": string; "title": string; "order": number; "renderer": string; "type": string; "default": string; }; "borderColor": { "description": string; "title": string; "renderer": string; "order": number; "type": string; "default": string; }; "borderWidth": { "description": string; "title": string; "order": number; "type": string; "default": number; }; "borderRadius": { "description": string; "title": string; "order": number; "type": string; "default": number; }; }; }; "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;