/** * A delegate reference for the popper js library */ export declare const ElementReference: (elt: any) => void; /** * A reference for a specific position. */ export declare const PositionReference: (_a: any) => void;