/** * This file will be compiled with templates data */ import type { TemplateInfo, WidgetTemplates } from './types.js'; export declare const TEMPLATES: Array; export declare const TEMPLATES_MAP: WidgetTemplates;