import type { AnnotationTypeConfig } from '../annotationsSuperTypes';
import { ArrowProperties, LineProperties } from './lineProperties';
import { LineScene } from './lineScene';
export declare const lineConfig: AnnotationTypeConfig<LineProperties, LineScene>;
export declare const arrowConfig: AnnotationTypeConfig<ArrowProperties, LineScene>;
