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