import { BeanStub } from '../../context/beanStub'; export declare class SetHeightFeature extends BeanStub { private readonly eContainer; private readonly eViewport?; constructor(eContainer: HTMLElement, eViewport?: HTMLElement | undefined); postConstruct(): void; private onHeightChanged; }