import { default as Vector2 } from './Vector2'; import { AnchorPositionType } from '../types'; export declare const getPointFromElement: (element: HTMLDivElement | null | undefined) => Vector2 | null; export declare const getPointCoordinatesFromAnchorPosition: (position: AnchorPositionType, parentCoordinates: Vector2, rect: DOMRect | null | undefined) => Vector2 | null;