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