import type { ILabelOption, ILineOptionBase, IRelationOption } from '../../abstraction'; export declare const DEFAULT_RELATION_ARROW_OPTION: ILineOptionBase; export declare const DEFAULT_RELATION_TEXT_OPOTION: ILabelOption; export declare const DEFAULT_RELATION_OPTION: IRelationOption;