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