import type { PositionUnion } from "../+types.js"; export declare function positionFromElement(gridId: string, el: HTMLElement): PositionUnion;