import { HttpService } from '../../external/services/http.service'; declare class TemplatesService extends HttpService { getComponentTemplates(componentType: string): Promise; } export declare const templatesService: TemplatesService; export {};