import type { FrameworkKey } from './frameworkKey'; export type ComponentTemplateContext = { kebab: string; pascal: string; title: string; }; export declare const componentTemplates: Record string>;