import { OuterContainerDropdownI } from '../../../types/outerContainerInternal'; import { ActiveOverlayElements } from '../../../types/activeOverlayElements'; import { ActiveTable } from '../../../activeTable'; export declare class OuterDropdownSimpleUtils { static hide(activeOverlayElements: ActiveOverlayElements, dropdownItems?: HTMLElement[]): void; private static getDropdownTopPosition; static display(button: HTMLElement, at: ActiveTable, dropdown: OuterContainerDropdownI): void; } //# sourceMappingURL=outerDropdownSimpleUtils.d.ts.map