import type { ILabelOption, ILineOptionBase, IRelationOption } from '../../abstraction'; export declare const DEFAULT_RELATION_HOVER_ARROW_OPTION: ILineOptionBase; export declare const DEFAULT_RELATION_HOVER_TEXT_OPOTION: ILabelOption; export declare const DEFAULT_RELATION_HOVER_OPTION: IRelationOption;