/** * Delay in ms before the tooltip opens */ export declare const OPEN_DELAY = 250; /** * Delay in ms before the tooltip closes */ export declare const CLOSE_DELAY = 750; /** * The Tooltip Arrow width in horizontal mode */ export declare const ARROW_WIDTH_HORIZONTAL = 7; /** * The Tooltip Arrow height in vertical mode */ export declare const ARROW_HEIGHT_VERTICAL = 6; /** * Safe value for auto align the position of the arrow, it means the space between the corner and the arrow */ export declare const ARROW_PADDING = 16;