import { AnnotationState, DrawingStyleExpression } from '@annotorious/core'; import { ImageAnnotation } from '../../model'; export declare const computeStyle: (annotation: ImageAnnotation, style?: DrawingStyleExpression, state?: AnnotationState) => string | undefined;