import { BeanStub } from '../../context/beanStub';
export declare class SetPinnedWidthFeature extends BeanStub {
    private readonly isLeft;
    private readonly elements;
    readonly getWidth: () => number;
    constructor(isLeft: boolean, elements: (HTMLElement | undefined)[]);
    postConstruct(): void;
    private onPinnedWidthChanged;
}
