import type { OptionsGeneric, Instance, VirtualElement } from './interface'; export declare function createPopper(reference: Element | VirtualElement, popper: HTMLElement, options?: Partial>): Instance;