import { ContextMenuPopup, Dimension, HtmlComponent, HtmlCompPrefSizeOptions, PopupLayout } from '../index';
export declare class ContextMenuPopupLayout extends PopupLayout {
popup: ContextMenuPopup;
constructor(popup: ContextMenuPopup);
protected _setSize(prefSize: Dimension): void;
invalidate(htmlSource: HtmlComponent): void;
preferredLayoutSize($container: JQuery, options?: HtmlCompPrefSizeOptions): Dimension;
}
//# sourceMappingURL=ContextMenuPopupLayout.d.ts.map