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": { "video": { "description": string; "title": string; "order": number; "type": string; "properties": { "url": { "description": string; "title": string; "order": number; "renderer": string; "rendererOption": { "accept": string; }; "type": string; "default": string; }; "autoplay": { "description": string; "title": string; "order": number; "type": string; "default": boolean; }; "loop": { "description": string; "title": string; "order": number; "type": string; "default": boolean; }; "muted": { "description": string; "title": string; "order": number; "type": string; "default": boolean; }; "controls": { "description": string; "title": string; "order": number; "type": string; "default": boolean; }; "objectFit": { "description": string; "title": string; "order": number; "enum": string[]; "type": string; "default": string; }; "poster": { "description": string; "title": string; "renderer": string; "order": number; "type": string; "default": 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;