/** * Places the overlay in the correct position. * @param dialog The reference to the dialog element. * @param originElement The reference to the element the dialog is attached to. * @param optionContainer The reference to the option panel. * @param container The element which has the position:fixed applied. * @param element The reference to the component. */ export declare function setOverlayPosition(dialog: HTMLElement, originElement: HTMLElement, optionContainer: HTMLElement, container: HTMLElement, element: HTMLElement): void; //# sourceMappingURL=overlay-option-panel.d.ts.map