import { MarkerBaseState } from '../MarkerBaseState'; export interface TextMarkerState extends MarkerBaseState { text: string; }