import { TemplateRef } from "@angular/core";
export declare class XmatLegendItemContentComponent {
    xMatLegendItemContent: TemplateRef<any>;
    content: string;
}
