export type CursorType = 'default' | 'pointer'; export declare const createPopupOverlayElement: (cursor?: CursorType) => HTMLElement;