import type { Component } from "@earendil-works/pi-tui"; export declare class HeightLeasedComponent implements Component { #private; constructor(component: Component, scope: string); update(component: Component, scope: string): void; render(width: number): string[]; invalidate(): void; } export declare const leaseComponentHeight: (component: Component, previous: Component | undefined, scope: string) => HeightLeasedComponent; //# sourceMappingURL=height-lease.d.ts.map