import type { AnnotationTypeConfig } from '../annotationsSuperTypes';
import { TextProperties } from './textProperties';
import { TextScene } from './textScene';
export declare const textConfig: AnnotationTypeConfig<TextProperties, TextScene>;
