import { TemplateComponent } from "./template"; export declare class LegendComponent { selector: any; legendTemplate: TemplateComponent; isTogglable: boolean; variable: string; title: string; constructor(selector: any, template: string); set config(c: any); updateView(parent: any, viewModel: any): LegendComponent; appendView(parent: any, viewModel: any): LegendComponent; }