import type { ICommentOption, ILabelOption, IRectOptionBase } from '../../abstraction'; export declare const DEFAULT_COMMENT_ERROR_RECT_OPTION: IRectOptionBase; export declare const DEFAULT_COMMENT_ERROR_TEXT_OPTION: ILabelOption; export declare const DEFAULT_COMMENT_ERROR_OPTION: ICommentOption;