import type { AnnotationTypeConfig } from '../annotationsSuperTypes';
import { ArrowUpProperties } from './arrowUpProperties';
import { ArrowUpScene } from './arrowUpScene';
export declare const arrowUpConfig: AnnotationTypeConfig<ArrowUpProperties, ArrowUpScene>;
