import type { AnnotationTypeConfig } from '../annotationsSuperTypes';
import { CommentProperties } from './commentProperties';
import { CommentScene } from './commentScene';
export declare const commentConfig: AnnotationTypeConfig<CommentProperties, CommentScene>;
