import type { Annotation } from '../../../types/index.js'; import { AnnotationStyleStates } from '../../../enums/index.js'; declare function getState(annotation?: Annotation): AnnotationStyleStates; export default getState;