import { AbstractLayout, CellEditorPopup, Dimension, HtmlComponent, HtmlCompPrefSizeOptions, ValueField } from '../../index';
export declare class CellEditorPopupLayout<TValue> extends AbstractLayout {
    cellEditorPopup: CellEditorPopup<TValue>;
    protected _field: ValueField<TValue>;
    protected _htmlContainer: HtmlComponent;
    constructor(cellEditorPopup: CellEditorPopup<TValue>);
    layout($container: JQuery): void;
    preferredLayoutSize($container: JQuery, options?: HtmlCompPrefSizeOptions): Dimension;
}
//# sourceMappingURL=CellEditorPopupLayout.d.ts.map