import { Vec3 } from '../../sdk';
import { AnnotationProps } from './types';
export * from './Annotations';
export * from './annotations-renderer';
export * from './annotations-state';
export * from './AnnotationsLayer';
export * from './types';
export declare const getAnnotationPosition: (annotation: AnnotationProps) => Vec3;
