import * as i0 from '@angular/core'; import { TemplateRef } from '@angular/core'; import { TooltipPosition } from '@angular/material/tooltip'; declare class MxKeyValueComponent { key: string | number | boolean; value: string | number | boolean; tooltip: string; tooltipPosition: TooltipPosition; direction: 'vertical' | 'horizontal'; keyClass: string; valueClass: string; hasHover: boolean; hasColon: boolean; keyTemplate: TemplateRef; valueTemplate: TemplateRef; get keyClassDisplay(): string; get valueClassDisplay(): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; static ngAcceptInputType_hasHover: unknown; static ngAcceptInputType_hasColon: unknown; } declare class MxKeyValueGroupDirective { constructor(); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } export { MxKeyValueComponent, MxKeyValueGroupDirective };