import type { AnnotationTypeConfig } from '../annotationsSuperTypes';
import { NoteProperties } from './noteProperties';
import { NoteScene } from './noteScene';
export declare const noteConfig: AnnotationTypeConfig<NoteProperties, NoteScene>;
