import { Point } from './point.interface'; export interface PositionTextPair { position: Point; text: string; }