import type { NodePosition, Rect } from 'roosterjs-editor-types'; /** * Get bounding rect of this position * @param position The position to get rect from */ export default function getPositionRect(position: NodePosition): Rect | null;