import type { Annotation } from '../../../types'; declare const checkAndDefineTextBoxProperty: (annotation: Annotation) => Annotation; declare const checkAndDefineCachedStatsProperty: (annotation: Annotation) => Annotation; export { checkAndDefineTextBoxProperty, checkAndDefineCachedStatsProperty };