import type { ToolModes, AnnotationStyleStates } from '../../../enums/index.js'; import type { StyleSpecifier } from '../../../types/AnnotationStyle.js'; declare function getFont(styleSpecifier: StyleSpecifier, state?: AnnotationStyleStates, mode?: ToolModes): string; export default getFont;