import type { IManagedDeliveryURLs } from '../../config/settings'; import type { IHoverablePopoverProps } from '../../presentation'; import type { ISpinnerProps } from '../../widgets'; export declare const TOOLTIP_DELAY_SHOW = 400; export declare const TOOLTIP_DELAY_HIDE = 100; export declare const tooltipShowHideProps: Partial; export declare const MODAL_MAX_WIDTH = 750; export declare const ACTION_BUTTON_CLASS_NAME = "btn btn-default md-btn md-action-button"; export declare const spinnerProps: ISpinnerProps; export declare const ABSOLUTE_TIME_FORMAT = "yyyy-MM-dd HH:mm:ss ZZZZ"; export declare const MD_CATEGORY = "ManagedDelivery"; export declare const getDocsUrl: (doc: keyof IManagedDeliveryURLs) => string | undefined;