import { TemplateConfig } from "../interface/config/template-config"; export declare class GridCustomTemplate { private static customTemplates; static register(templates: { [key: string]: TemplateConfig; }): void; static getTemplate(templateName: string): TemplateConfig; }