/** * Get all field annotations with rects in the doc. * @param view The editor view. * @param state The editor state. * @returns The array of field annotations with rects. */ export function getAllFieldAnnotationsWithRect(view: any, state: any): { node: any; pos: any; rect: any; }[]; //# sourceMappingURL=getAllFieldAnnotationsWithRect.d.ts.map