import type { ILabelOption, IRegionOption, IRectOptionBase } from '../../abstraction'; export declare const DEFAULT_REGION_ERROR_RECT_OPTION: IRectOptionBase; export declare const DEFAULT_REGION_ERROR_TEXT_OPTION: ILabelOption; export declare const DEFAULT_REGION_ERROR_OPTION: IRegionOption;