import type { AnnotationTypeConfig } from '../annotationsSuperTypes';
import { CalloutProperties } from './calloutProperties';
import { CalloutScene } from './calloutScene';
export declare const calloutConfig: AnnotationTypeConfig<CalloutProperties, CalloutScene>;
