import type { ILabelOption, ILineOptionBase, IRelationOption } from '../../abstraction'; export declare const DEFAULT_RELATION_ERROR_ARROW_OPTION: ILineOptionBase; export declare const DEFAULT_RELATION_ERROR_TEXT_OPOTION: ILabelOption; export declare const DEFAULT_RELATION_ERROR_OPTION: IRelationOption;