import { IAnnotationContainerObject } from "../data"; /** * Context for document annotations list */ export declare class DocumentAnnotationsListContext { private readonly _selectedAnnotations; constructor(selectedAnnotations: IAnnotationContainerObject[]); /** * */ get selectedAnnotations(): IAnnotationContainerObject[]; }