import { Signal } from '@angular/core'; import { Observable } from 'rxjs'; import { KeyValue } from '../../utils/interfaces'; import * as i0 from "@angular/core"; export declare class ObjectDisplay { readonly object: import("@angular/core").InputSignal | Signal>; keyValues: Signal<{ key: string; value: unknown; }[]>; longestKey: Signal; trackByFn: (index: any, keyValue: KeyValue) => string; logger: import("../../angular-terminal/logger").Logger; s: { blackOnWhite: { backgroundColor: string; color: string; }; }; static ɵfac: i0.ɵɵFactoryDeclaration, never>; static ɵcmp: i0.ɵɵComponentDeclaration, "object-display", never, { "object": { "alias": "object"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>; }