import { BoundingClientRect } from './types'; export declare const addTupleToObject: (acc: Record, curr: [string, T]) => Record; export declare const getAllElements: (element?: HTMLElement, portalKey?: string) => HTMLElement[]; export declare const getRects: (flippedElements: HTMLElement[]) => [HTMLElement, BoundingClientRect][];