import type { IRectangle } from "@vkontakte/videoplayer-shared"; import type { Position } from "../types"; export declare const calcPosition: (childElement?: HTMLElement, parentElement?: HTMLElement) => Required; export declare const getSize: (element?: HTMLElement) => IRectangle;