import { OnChanges, OnInit, SimpleChanges, TemplateRef } from '@angular/core'; import { IAxisConfigs, IQuadrantConfigs, IViewConfigs } from '../quadrant-diagram.type'; import * as i0 from "@angular/core"; export declare class QuadrantRegionComponent implements OnInit, OnChanges { quadrantConfigs: Array; axisConfigs: IAxisConfigs; view: IViewConfigs; labelData: any; normalLabelTemplate: TemplateRef; largeLabelTemplate: TemplateRef; smallLabelTemplate: TemplateRef; currentLabelSize: any; showQuadrants: any; dropScope: any; diagramId: any; quadrantHeight: number; quadrantWidth: number; ngOnChanges(changes: SimpleChanges): void; ngOnInit(): void; drawQuadrantRegion(): void; getQuadrantTopValue(index: any): number; getQuadrantLeftValue(index: any): number; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }