export type Predicate = (s: Element) => boolean; export type Preset = string; export type Elm = HTMLDivElement | Element; export declare const popoverHostElementId = "wsr-popover-host"; export declare function getAppendToElement(appendTo?: Preset | Predicate | Elm, node?: Element): any; //# sourceMappingURL=getAppendToElement.d.ts.map