import { TemplateRef } from "@angular/core"; import * as i0 from "@angular/core"; export declare class MatrixColumnComponent { field: string; header: string; width?: string; className?: string; headerTooltip?: string; headerTooltipPosition: "top" | "bottom" | "left" | "right"; tooltip: string; tooltipPosition: "top" | "bottom" | "left" | "right"; showIndex: boolean; showHeader: boolean; minWidth?: string; templateRef?: TemplateRef; static ɵfac: i0.ɵɵFactoryDeclaration, never>; static ɵdir: i0.ɵɵDirectiveDeclaration, "column", never, { "field": { "alias": "field"; "required": false; }; "header": { "alias": "header"; "required": false; }; "width": { "alias": "width"; "required": false; }; "className": { "alias": "className"; "required": false; }; "headerTooltip": { "alias": "headerTooltip"; "required": false; }; "headerTooltipPosition": { "alias": "headerTooltipPosition"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "tooltipPosition": { "alias": "tooltipPosition"; "required": false; }; "showIndex": { "alias": "showIndex"; "required": false; }; "showHeader": { "alias": "showHeader"; "required": false; }; "minWidth": { "alias": "minWidth"; "required": false; }; }, {}, ["templateRef"], never, true, never>; } export declare class MatrixColumnGroupComponent { field: string; header: string; sortable: boolean; width?: string; className?: string; headerTooltip?: string; headerTooltipPosition: "top" | "bottom" | "left" | "right"; minWidth?: string; colspan: number; rowspan: number; level: number; static ɵfac: i0.ɵɵFactoryDeclaration, never>; static ɵdir: i0.ɵɵDirectiveDeclaration, "columnGroup", never, { "field": { "alias": "field"; "required": false; }; "header": { "alias": "header"; "required": false; }; "sortable": { "alias": "sortable"; "required": false; }; "width": { "alias": "width"; "required": false; }; "className": { "alias": "className"; "required": false; }; "headerTooltip": { "alias": "headerTooltip"; "required": false; }; "headerTooltipPosition": { "alias": "headerTooltipPosition"; "required": false; }; "minWidth": { "alias": "minWidth"; "required": false; }; "colspan": { "alias": "colspan"; "required": false; }; "rowspan": { "alias": "rowspan"; "required": false; }; "level": { "alias": "level"; "required": false; }; }, {}, never, never, true, never>; }